Fix test for 29bce22d0b
Oddly, this test succeeded locally even with the wrong exception expression. DrDr caught it though.
This commit is contained in:
parent
f6b8b6ed8e
commit
ec80b7d01c
|
@ -1,5 +1,5 @@
|
||||||
#;
|
#;
|
||||||
(exn:pred #rx"expected 2 values, but got 1")
|
(exn-pred #rx"Expected 2 values, but got 1")
|
||||||
#lang typed/racket
|
#lang typed/racket
|
||||||
|
|
||||||
;; This test ensures that the following snippet doesn't
|
;; This test ensures that the following snippet doesn't
|
||||||
|
|
Loading…
Reference in New Issue
Block a user