From: simonmar Date: Mon, 6 Mar 2000 12:02:37 +0000 (+0000) Subject: [project @ 2000-03-06 12:02:37 by simonmar] X-Git-Tag: Approximately_9120_patches~5056 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=7f8f7919fe24b2127939bf786df479ce2be83dac;p=ghc-hetmet.git [project @ 2000-03-06 12:02:37 by simonmar] Add extra-closing-brace test. --- diff --git a/ghc/tests/reader/should_fail/read014.hs b/ghc/tests/reader/should_fail/read014.hs new file mode 100644 index 0000000..23ef795 --- /dev/null +++ b/ghc/tests/reader/should_fail/read014.hs @@ -0,0 +1,3 @@ +main = f + where + f = f } diff --git a/ghc/tests/reader/should_fail/read014.stderr b/ghc/tests/reader/should_fail/read014.stderr new file mode 100644 index 0000000..dd89e03 --- /dev/null +++ b/ghc/tests/reader/should_fail/read014.stderr @@ -0,0 +1,4 @@ +read014.hs:3: parse error on input `}' + +Compilation had errors +