From cf3593cea06aa95fba0d5539d36163a78e87aaaf Mon Sep 17 00:00:00 2001 From: Asumu Takikawa Date: Sat, 22 Jun 2013 12:06:02 -0400 Subject: [PATCH] Fix test for 29bce22d0b8c27e2ebcc337586e02159ad4a4f42 Oddly, this test succeeded locally even with the wrong exception expression. DrDr caught it though. original commit: ec80b7d01caf8ff830ee4ad7fd878d281aead761 --- .../tests/typed-racket/fail/internal-vector-error.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-pkgs/racket-test/tests/typed-racket/fail/internal-vector-error.rkt b/pkgs/racket-pkgs/racket-test/tests/typed-racket/fail/internal-vector-error.rkt index 2e27d223..51d713c2 100644 --- a/pkgs/racket-pkgs/racket-test/tests/typed-racket/fail/internal-vector-error.rkt +++ b/pkgs/racket-pkgs/racket-test/tests/typed-racket/fail/internal-vector-error.rkt @@ -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 ;; This test ensures that the following snippet doesn't