From 72b025120378cf52cc984f1574ca775cb6f58d3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Axel=20S=C3=B8gaard?= Date: Wed, 13 Aug 2014 20:58:16 +0200 Subject: [PATCH] Uncommented unfinished test that made rewrite-path break --- whalesong/tests/test-parse-bytecode.rkt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/whalesong/tests/test-parse-bytecode.rkt b/whalesong/tests/test-parse-bytecode.rkt index 6fb3917..50e62e6 100644 --- a/whalesong/tests/test-parse-bytecode.rkt +++ b/whalesong/tests/test-parse-bytecode.rkt @@ -117,7 +117,6 @@ (make-LocalRef 0 #f))) - ;; let1's (check-equal? (run-my-parse #'(let ([y (f)]) 'ok)) @@ -197,7 +196,6 @@ - (check-equal? (run-my-parse #'+) (make-Top (make-Prefix (list)) (make-PrimitiveKernelValue '+))) @@ -383,7 +381,8 @@ ;; todo: see what it would take to run a typed/racket/base language. -(void +; This test currently breaks rewrite-path in path-rewriter.rkt +#;(void (run-my-parse '(module foo typed/racket/base (provide x) (: x Number)