Commented out some test cases that intentionally failed, so as to not

get spurious failure messages.
This commit is contained in:
Stephen Bloch 2014-07-21 21:02:41 -04:00
parent a56895d29e
commit 2fd802cf3b

View File

@ -169,8 +169,8 @@
(require test-engine/racket-tests) (require test-engine/racket-tests)
(check-error (reflect-horiz 17) (check-error (reflect-horiz 17)
"reflect-horiz: expected <image> as first argument, given 17") "reflect-horiz: expected <image> as first argument, given 17")
(check-error (reflect-horiz pic:hacker) "shouldn't actually error out") ; (check-error (reflect-horiz pic:hacker) "shouldn't actually error out")
(check-expect 3 4) ; (check-expect 3 4)
(check-error (reflect-vert "hello") (check-error (reflect-vert "hello")
"reflect-vert: expected <image> as first argument, given \"hello\"") "reflect-vert: expected <image> as first argument, given \"hello\"")
(check-error (reflect-main-diag #t) (check-error (reflect-main-diag #t)