diff options
| author | simonmar <unknown> | 1999-11-16 11:41:39 +0000 |
|---|---|---|
| committer | simonmar <unknown> | 1999-11-16 11:41:39 +0000 |
| commit | 61eff6b3934bc5d4af85eed243105b7034906a62 (patch) | |
| tree | 3e7970b69ddbc7c1ea9842ad24fce286a25deeff | |
| parent | 16991d63abd4594a2e2ecefacdcc4b3f968e83f8 (diff) | |
| download | haskell-61eff6b3934bc5d4af85eed243105b7034906a62.tar.gz | |
[project @ 1999-11-16 11:40:32 by simonmar]
sync output
| -rw-r--r-- | ghc/tests/reader/should_fail/read004.stderr | 2 | ||||
| -rw-r--r-- | ghc/tests/reader/should_fail/read007.stderr | 2 | ||||
| -rw-r--r-- | 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 a7896b779b..e2f516b346 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 2702f2d91c..6269bd67c7 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 f467a3f513..a8ca4857c1 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 |
