]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/tests/stack-trace.factor
generic: rename method-body predicate class to method
[factor.git] / basis / compiler / tests / stack-trace.factor
index 40aa1bb336ad3d462c451b2013fe8b458aea68fd..3d31245168a1142ec0600fc1ce1f4d695b027534 100644 (file)
@@ -5,7 +5,7 @@ IN: compiler.tests.stack-trace
 
 : symbolic-stack-trace ( -- newseq )
     error-continuation get call>> callstack>array
-    2 group flip first ;
+    3 group flip first ;
 
 : foo ( -- * ) 3 throw 7 ;
 : bar ( -- * ) foo 4 ;