From e9b2767472e95aee3add0ce6e488c0ff7701b935 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Sun, 24 Mar 2013 07:24:08 -0500 Subject: [PATCH] update mzlib contract test suite to recent changes to racket/contract original commit: 64849bddd2da981fdf3ed99045f3e6d357c9fec8 --- collects/tests/racket/contract-mzlib-test.rktl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/tests/racket/contract-mzlib-test.rktl b/collects/tests/racket/contract-mzlib-test.rktl index fbcf500..b85e305 100644 --- a/collects/tests/racket/contract-mzlib-test.rktl +++ b/collects/tests/racket/contract-mzlib-test.rktl @@ -4178,7 +4178,7 @@ so that propagation occurs. (test-name 'printable/c printable/c) (test-name '(or/c 'a 'b 'c) (symbols 'a 'b 'c)) (test-name '(or/c 1 2 3) (one-of/c 1 2 3)) - (test-name '(one-of/c '() 'x 1 #f #\a (void) (letrec ([x x]) x)) + (test-name '(or/c '() 'x 1 #f #\a void? undefined?) (one-of/c '() 'x 1 #f #\a (void) (letrec ([x x]) x))) (test-name '(subclass?/c c%)