]> gitweb.factorcode.org Git - factor.git/commitdiff
threads: fix test.
authorDoug Coleman <doug.coleman@gmail.com>
Thu, 13 Aug 2015 17:16:10 +0000 (10:16 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Thu, 13 Aug 2015 17:16:10 +0000 (10:16 -0700)
basis/threads/threads-tests.factor

index ec8e2b0c194e1dc7b9cb856eaa1002ed4871681b..6cbe48605ffe932c7ce824ac9715aefaf7e37d66 100644 (file)
@@ -97,7 +97,7 @@ yield
     <promise> [
         '[
             _ [
-                [ callstack swap fulfill stop ] start-context-and-delete
+                [ get-callstack swap fulfill stop ] start-context-and-delete
             ] start-context-and-delete
         ] in-thread
     ] [ ?promise callstack>array length ] bi