Fix error spec for this test.

original commit: 4f3e3625b30adb9ec7af9d0139230d8b85150310
This commit is contained in:
Sam Tobin-Hochstadt 2010-07-01 13:45:52 -04:00
parent 63b18963f3
commit 2a2a54c438

View File

@ -1,5 +1,5 @@
#;
(exn-pred 1 ".*once in a form.*")
(exn-pred #rx".*once in a form.*")
#lang typed/scheme
(: foo : (Integer -> Integer -> Integer))