From 97fa80abccc37601a17ea61934b34abd0764ff35 Mon Sep 17 00:00:00 2001 From: Danny Yoo Date: Mon, 13 Feb 2012 23:56:12 -0500 Subject: [PATCH] I need to trace why cont marks are not correct yet --- tests/more-tests/cont-marks-1.rkt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/more-tests/cont-marks-1.rkt b/tests/more-tests/cont-marks-1.rkt index 6438292..f897e54 100644 --- a/tests/more-tests/cont-marks-1.rkt +++ b/tests/more-tests/cont-marks-1.rkt @@ -7,5 +7,7 @@ (* n (first (continuation-mark-set->list (current-continuation-marks) 'secret))) (puzzle (sub1 n))))) +(continuation-mark-set->list (current-continuation-marks) 'secret) + (with-continuation-mark 'secret 1 (puzzle 10))