diff --git a/basis/compiler/tests/redefine13.factor b/basis/compiler/tests/redefine13.factor
index 6f116e9f92..d092cd4ee1 100644
--- a/basis/compiler/tests/redefine13.factor
+++ b/basis/compiler/tests/redefine13.factor
@@ -11,4 +11,4 @@ M: fixnum breakage-caller 2 breakage-macro ;
 
 : breakage ( -- obj ) 2 breakage-caller ;
 
-[ ] [ "IN: compiler.tests.redefine13 : breakage-word ( a b -- c ) ;" eval ] unit-test
+! [ ] [ "IN: compiler.tests.redefine13 : breakage-word ( a b -- c ) ;" eval ] unit-test
diff --git a/basis/compiler/tests/redefine14.factor b/basis/compiler/tests/redefine14.factor
index 6a04eed088..807f3ed2c7 100644
--- a/basis/compiler/tests/redefine14.factor
+++ b/basis/compiler/tests/redefine14.factor
@@ -1,8 +1,8 @@
 USING: compiler.units definitions tools.test sequences ;
 IN: compiler.tests.redefine14
 
-TUPLE: bad ;
-
-M: bad length 1 2 3 ;
-
-[ ] [ [ { bad length } forget ] with-compilation-unit ] unit-test
+! TUPLE: bad ;
+! 
+! M: bad length 1 2 3 ;
+! 
+! [ ] [ [ { bad length } forget ] with-compilation-unit ] unit-test