Adjust error message for test

Needed to change due to recent syntax-parse changes
This commit is contained in:
Asumu Takikawa 2016-04-07 00:56:51 -04:00
parent 0d45168aee
commit 2fc669e136

View File

@ -1,5 +1,5 @@
#;
(exn-pred #rx"struct:: expected the literal")
(exn-pred #rx"struct:: expected one of these literals")
#lang typed/racket