]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/tools/errors/errors-tests.factor
Revert "factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring...
[factor.git] / basis / tools / errors / errors-tests.factor
index c81a5a35dcd90f1122f2f9dff5bd86018b2decfe..05cb83fa68ef49b8e755ce9556ab0a5c045ad78a 100644 (file)
@@ -3,7 +3,7 @@ IN: tools.errors
 
 DEFER: blah
 
-{ } [
+[ ] [
     {
         T{ compiler-error
            { error T{ do-not-compile f blah } }