]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/partial-continuations/partial-continuations-tests.factor
Revert "factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring...
[factor.git] / extra / partial-continuations / partial-continuations-tests.factor
index 8639a03e96533415d620a08a00f2f3867a956239..7db51c36de9d2d0a7f6334a862ffedd42aa3a67a 100644 (file)
@@ -9,7 +9,7 @@ SYMBOL: sum
         '[ over + @ drop ] each-integer drop f
     ] bshift 2nip ; inline
 
-{ 55 } [
+[ 55 ] [
     0 sum set
     [ 1 10 range sum get + sum set f ] breset drop
     sum get