diff --git a/basis/xml/errors/errors-tests.factor b/basis/xml/errors/errors-tests.factor
index 10d7bb63ca..f28f26dfac 100644
--- a/basis/xml/errors/errors-tests.factor
+++ b/basis/xml/errors/errors-tests.factor
@@ -13,7 +13,7 @@ T{ nonexist-ns f 1 5 "x" } "" xml-error-test
T{ unopened f 1 4 } "" xml-error-test
T{ not-yes/no f 1 41 "maybe" }
"" xml-error-test
-T{ extra-attrs f 1 32 V{ T{ name f "" "foo" f } }
+T{ extra-attrs f 1 32 { T{ name f "" "foo" f } }
} "" xml-error-test
T{ bad-version f 1 28 "5 million" }
"" xml-error-test