Fix kernel-struct tests in TR.

original commit: e6030295fff3c50dd66ddcd6d1d39a5b8ea18247
This commit is contained in:
Eric Dobson 2011-07-06 11:48:05 -04:00 committed by Vincent St-Amour
parent 1e46426c15
commit c6af28ff8d
2 changed files with 3 additions and 3 deletions

View File

@ -1356,8 +1356,6 @@
|#
;Kernel Structs, check that their hidden identifiers type
;Currently broken in test-suite because of binding differences
#;
(tc-e (void exn
exn:fail
exn:fail:contract

View File

@ -7,7 +7,9 @@
(except-in (rep filter-rep object-rep type-rep) make-arr)
(types convenience union)
(only-in (types convenience) [make-arr* make-arr])
(typecheck tc-structs))
(typecheck tc-structs)
;;For tests
(prefix-in k: '#%kernel))
(require (for-template racket/base (prefix-in k: '#%kernel)))