Fix kernel-struct tests in TR.

(cherry picked from commit e6030295ff)
This commit is contained in:
Eric Dobson 2011-07-06 11:48:05 -04:00 committed by Eli Barzilay
parent e75fc54f64
commit f49b095c07
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)))