Fix kernel-struct tests in TR.
This commit is contained in:
parent
30058a5a24
commit
e6030295ff
|
@ -1356,8 +1356,6 @@
|
||||||
|#
|
|#
|
||||||
|
|
||||||
;Kernel Structs, check that their hidden identifiers type
|
;Kernel Structs, check that their hidden identifiers type
|
||||||
;Currently broken in test-suite because of binding differences
|
|
||||||
#;
|
|
||||||
(tc-e (void exn
|
(tc-e (void exn
|
||||||
exn:fail
|
exn:fail
|
||||||
exn:fail:contract
|
exn:fail:contract
|
||||||
|
|
|
@ -7,7 +7,9 @@
|
||||||
(except-in (rep filter-rep object-rep type-rep) make-arr)
|
(except-in (rep filter-rep object-rep type-rep) make-arr)
|
||||||
(types convenience union)
|
(types convenience union)
|
||||||
(only-in (types convenience) [make-arr* make-arr])
|
(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)))
|
(require (for-template racket/base (prefix-in k: '#%kernel)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user