]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/stack-checker/stack-checker-tests.factor
continuations[-docs]: add the finally word
[factor.git] / basis / stack-checker / stack-checker-tests.factor
index 267245daedc65e9584f34e5b4404d3574201e285..792d209bdea2da1d19ac2f83f8cfe9d6e1bd2ad7 100644 (file)
@@ -246,7 +246,7 @@ DEFER: blah4
 ! Test words with continuations
 { 0 0 } [ [ drop ] callcc0 ] must-infer-as
 { 0 1 } [ [ 4 swap continue-with ] callcc1 ] must-infer-as
-{ 2 1 } [ [ + ] [ ] [ ] cleanup ] must-infer-as
+{ 2 1 } [ [ + ] [ ] finally ] must-infer-as
 { 2 1 } [ [ + ] [ 3drop 0 ] recover ] must-infer-as
 
 ! A typo