]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/cfg/branch-splitting/branch-splitting-tests.factor
Revert "factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring...
[factor.git] / basis / compiler / cfg / branch-splitting / branch-splitting-tests.factor
index 0b15d96dd79ccb2b77d14fdb7a56f6d99cf48ffa..4c29a1c6138afbcfd0f9726fda83a00f9334497a 100644 (file)
@@ -30,7 +30,7 @@ V{ T{ ##branch } } 4 test-bb
 
 test-diamond
 
-{ } [ test-branch-splitting ] unit-test
+[ ] [ test-branch-splitting ] unit-test
 
 V{ T{ ##branch } } 0 test-bb
 
@@ -50,7 +50,7 @@ V{ T{ ##branch } } 5 test-bb
 
 2 { 3 4 } edges
 
-{ } [ test-branch-splitting ] unit-test
+[ ] [ test-branch-splitting ] unit-test
 
 V{ T{ ##branch } } 0 test-bb
 
@@ -68,7 +68,7 @@ V{ T{ ##branch } } 4 test-bb
 
 2 4 edge
 
-{ } [ test-branch-splitting ] unit-test
+[ ] [ test-branch-splitting ] unit-test
 
 V{ T{ ##branch } } 0 test-bb
 
@@ -80,4 +80,4 @@ V{ T{ ##branch } } 2 test-bb
 
 1 2 edge
 
-{ } [ test-branch-splitting ] unit-test
+[ ] [ test-branch-splitting ] unit-test