From 61eff6b3934bc5d4af85eed243105b7034906a62 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 16 Nov 1999 11:41:39 +0000 Subject: [PATCH] [project @ 1999-11-16 11:40:32 by simonmar] sync output --- ghc/tests/reader/should_fail/read004.stderr | 2 +- ghc/tests/reader/should_fail/read007.stderr | 2 +- ghc/tests/reader/should_fail/read011.stderr | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ghc/tests/reader/should_fail/read004.stderr b/ghc/tests/reader/should_fail/read004.stderr index a7896b7..e2f516b 100644 --- a/ghc/tests/reader/should_fail/read004.stderr +++ b/ghc/tests/reader/should_fail/read004.stderr @@ -1,4 +1,4 @@ -read004.hs:14: error in character literal +read004.hs:19: error in character literal Compilation had errors diff --git a/ghc/tests/reader/should_fail/read007.stderr b/ghc/tests/reader/should_fail/read007.stderr index 2702f2d..6269bd6 100644 --- a/ghc/tests/reader/should_fail/read007.stderr +++ b/ghc/tests/reader/should_fail/read007.stderr @@ -12,7 +12,7 @@ f x = do read007.hs:6: `+' is not a data constructor In the pattern: 2 + 2 - In a do statement:: (2 + 2) <- 2 + In a do statement: (2 + 2) <- 2 Compilation had errors diff --git a/ghc/tests/reader/should_fail/read011.stderr b/ghc/tests/reader/should_fail/read011.stderr index f467a3f..a8ca485 100644 --- a/ghc/tests/reader/should_fail/read011.stderr +++ b/ghc/tests/reader/should_fail/read011.stderr @@ -1,4 +1,4 @@ -read010.hs:7: parse error on input `=' +read011.hs:7: parse error on input `=' Compilation had errors -- 1.7.10.4