From 5a52224ef57e39ed8b40be2da36efc6ec11552db Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Thu, 13 Aug 2015 10:16:10 -0700 Subject: [PATCH] threads: fix test. --- basis/threads/threads-tests.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/threads/threads-tests.factor b/basis/threads/threads-tests.factor index ec8e2b0c19..6cbe48605f 100644 --- a/basis/threads/threads-tests.factor +++ b/basis/threads/threads-tests.factor @@ -97,7 +97,7 @@ yield [ '[ _ [ - [ 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