Commented out some test cases that intentionally failed, so as to not
get spurious failure messages.
This commit is contained in:
parent
a56895d29e
commit
2fd802cf3b
|
@ -169,8 +169,8 @@
|
|||
(require test-engine/racket-tests)
|
||||
(check-error (reflect-horiz 17)
|
||||
"reflect-horiz: expected <image> as first argument, given 17")
|
||||
(check-error (reflect-horiz pic:hacker) "shouldn't actually error out")
|
||||
(check-expect 3 4)
|
||||
; (check-error (reflect-horiz pic:hacker) "shouldn't actually error out")
|
||||
; (check-expect 3 4)
|
||||
(check-error (reflect-vert "hello")
|
||||
"reflect-vert: expected <image> as first argument, given \"hello\"")
|
||||
(check-error (reflect-main-diag #t)
|
||||
|
|
Loading…
Reference in New Issue
Block a user