]> gitweb.factorcode.org Git - factor.git/blobdiff - core/layouts/layouts-tests.factor
factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!
[factor.git] / core / layouts / layouts-tests.factor
index 123d1347a7f4638a9ff64e8f617a02c3abb28f27..5c9b5fd29f625dbe9a06cb321ca83edc57947069 100644 (file)
@@ -1,11 +1,11 @@
 USING: layouts math tools.test ;
 IN: system.tests
 
-[ t ] [ cell integer? ] unit-test
-[ t ] [ bootstrap-cell integer? ] unit-test
+{ t } [ cell integer? ] unit-test
+{ t } [ bootstrap-cell integer? ] unit-test
 
 ! Smoke test
-[ t ] [ max-array-capacity cell-bits 2^ < ] unit-test
+{ t } [ max-array-capacity cell-bits 2^ < ] unit-test
 
-[ t ] [ most-negative-fixnum fixnum? ] unit-test
-[ t ] [ most-positive-fixnum fixnum? ] unit-test
+{ t } [ most-negative-fixnum fixnum? ] unit-test
+{ t } [ most-positive-fixnum fixnum? ] unit-test