]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/nmake/nmake-tests.factor
factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!
[factor.git] / basis / nmake / nmake-tests.factor
index a6b1afb2979137c1c8be931460d16e702cefa92a..8661fe9091035d75b6c2d12901e644a015bbd25e 100644 (file)
@@ -1,8 +1,8 @@
 IN: nmake.tests
 USING: nmake kernel tools.test ;
 
-[ ] [ [ ] { } nmake ] unit-test
+{ } [ [ ] { } nmake ] unit-test
 
-[ { 1 } { 2 } ] [ [ 1 0, 2 1, ] { { } { } } nmake ] unit-test
+{ { 1 } { 2 } } [ [ 1 0, 2 1, ] { { } { } } nmake ] unit-test
 
 [ [ ] [ call ] curry { { } } nmake ] must-infer