tempoarily remove test

This commit is contained in:
Matthew Flatt 2015-03-26 11:31:56 -06:00
parent e0ee4b1a31
commit ff344a6622

View File

@ -151,9 +151,6 @@
;; Make sure `_box` at least compiles:
(test #t ctype? (_fun (_box _int) -> _void))
;; Check error message on bad _fun form
(syntax-test #'(_fun (b) :: _bool -> _void) #rx"unnamed argument .without an expression. is not allowed")
(define-cstruct _ic7i ([i1 _int]
[c7 _c7_list]
[i2 _int]))