Fix TR test regexp

original commit: 2edb73bff836b47caee2e2db4290daf36a7e0160
This commit is contained in:
Asumu Takikawa 2014-06-27 02:47:17 -04:00
parent b2010f3842
commit 558e237713

View File

@ -3121,7 +3121,7 @@
(define y (for/fold: ((x : String null)) ((v : String null)) x))
y)
#:ret (ret -String)
#:msg "expected: String.*given: Null"]
#:msg #rx"expected: String.*given: (Null|'\\(\\))"]
)
(test-suite