]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/tools/time/time-tests.factor
Revert "factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring...
[factor.git] / basis / tools / time / time-tests.factor
index cefffc74d1a0481cdbcc3a7d1d7eec2ec2ceede7..3df61cbd3680950f5dba23ffefa2fed3c79493f6 100644 (file)
@@ -1,4 +1,4 @@
 IN: tools.time.tests
 USING: tools.time tools.test compiler.test ;
 
-{ } [ [ [ ] time ] compile-call ] unit-test
+[ ] [ [ [ ] time ] compile-call ] unit-test