Fix kernel-struct tests in TR.
original commit: e6030295fff3c50dd66ddcd6d1d39a5b8ea18247
This commit is contained in:
parent
1e46426c15
commit
c6af28ff8d
|
@ -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
|
||||
|
|
|
@ -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)))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user