]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/cfg/copy-prop/copy-prop-tests.factor
factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!
[factor.git] / basis / compiler / cfg / copy-prop / copy-prop-tests.factor
index 2e4fd73a4de7051be9aebd40e5379d55fc574c80..e0d0cd40e032c34b4e7c1a9fcf4f8bdd4029ef01 100644 (file)
@@ -53,16 +53,16 @@ V{
 3 4 edge
 4 5 edge
 
-[ ] [ test-copy-propagation ] unit-test
+{ } [ test-copy-propagation ] unit-test
 
-[
+{
     V{
         T{ ##replace f 0 D 0 }
         T{ ##replace f 4 D 1 }
         T{ ##replace f 4 D 2 }
         T{ ##branch }
     }
-] [ 5 get instructions>> ] unit-test
+} [ 5 get instructions>> ] unit-test
 
 ! Test optimistic assumption
 V{
@@ -96,11 +96,11 @@ V{
 2 { 2 3 } edges
 3 4 edge
 
-[ ] [ test-copy-propagation ] unit-test
+{ } [ test-copy-propagation ] unit-test
 
-[
+{
     V{
         T{ ##replace f 0 D 1 }
         T{ ##branch }
     }
-] [ 3 get instructions>> ] unit-test
+} [ 3 get instructions>> ] unit-test