skip a GC test for CGC

Closes #2939
This commit is contained in:
Matthew Flatt 2019-11-28 06:26:22 -07:00
parent a410905c99
commit da70c65f8d

View File

@ -562,7 +562,8 @@
(collect-garbage)
(test #f weak-box-value wb))
(check-weak-box-before-will)
(unless (eq? 'cgc (system-type 'gc))
(check-weak-box-before-will))
;; ----------------------------------------