From 075db0bf1753456d32d3045a5ceebe03afe3a2f2 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 19 Apr 2013 21:12:23 -0600 Subject: [PATCH] disable a GC test when running CGC --- collects/tests/racket/will.rktl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/tests/racket/will.rktl b/collects/tests/racket/will.rktl index c37fd21725..b17f0c1cc4 100644 --- a/collects/tests/racket/will.rktl +++ b/collects/tests/racket/will.rktl @@ -222,7 +222,7 @@ ;; Check that local variables are cleared for space safety ;; before a tail `sync' or `thread-wait': -(let () +(when (eq? '3m (system-type 'gc)) (define weak-syms (make-weak-hash)) (define thds