diff options
author | simonpj <unknown> | 2002-09-26 16:27:54 +0000 |
---|---|---|
committer | simonpj <unknown> | 2002-09-26 16:27:54 +0000 |
commit | 90fd4647677b13b568c5ada02b83a01051016365 (patch) | |
tree | 150df79b16d33d0d0d31aba536d2a58b8cf332a5 | |
parent | d1975de188b3abcbf3e1b67206087d5f7b4ac894 (diff) | |
download | haskell-90fd4647677b13b568c5ada02b83a01051016365.tar.gz |
[project @ 2002-09-26 16:27:53 by simonpj]
update expected output
6 files changed, 7 insertions, 7 deletions
diff --git a/testsuite/tests/ghc-regress/module/mod27.stderr b/testsuite/tests/ghc-regress/module/mod27.stderr index f0e82b25f2..0feeac1913 100644 --- a/testsuite/tests/ghc-regress/module/mod27.stderr +++ b/testsuite/tests/ghc-regress/module/mod27.stderr @@ -1,5 +1,5 @@ -mod27.hs:1: - Cycle in type declarations: +mod27.hs:4: + Cycle in type synonym declarations: `T2' at mod27.hs:4 `T1' at mod27.hs:3 diff --git a/testsuite/tests/ghc-regress/module/mod40.stderr b/testsuite/tests/ghc-regress/module/mod40.stderr index 61c2a9c47b..d3137ccb35 100644 --- a/testsuite/tests/ghc-regress/module/mod40.stderr +++ b/testsuite/tests/ghc-regress/module/mod40.stderr @@ -1,5 +1,5 @@ -mod40.hs:2: +mod40.hs:3: Cycle in class declarations: `C1' at mod40.hs:3 `C2' at mod40.hs:4 diff --git a/testsuite/tests/ghc-regress/module/mod44.stderr b/testsuite/tests/ghc-regress/module/mod44.stderr index 8e311a02d6..990b8aecd2 100644 --- a/testsuite/tests/ghc-regress/module/mod44.stderr +++ b/testsuite/tests/ghc-regress/module/mod44.stderr @@ -1,5 +1,5 @@ -mod44.hs:2: +mod44.hs:4: Duplicate instance declarations: mod44.hs:4: Eq T mod44.hs:5: Eq T diff --git a/testsuite/tests/ghc-regress/module/mod51.stderr b/testsuite/tests/ghc-regress/module/mod51.stderr index e7dba3cfe2..1f9b8c2d3e 100644 --- a/testsuite/tests/ghc-regress/module/mod51.stderr +++ b/testsuite/tests/ghc-regress/module/mod51.stderr @@ -1,5 +1,5 @@ -mod51.hs:2: +mod51.hs:3: Duplicate instance declarations: mod51.hs:3: Eq T mod51.hs:3: Eq T diff --git a/testsuite/tests/ghc-regress/module/mod52.stderr b/testsuite/tests/ghc-regress/module/mod52.stderr index 4bc584a980..ffbbc47d15 100644 --- a/testsuite/tests/ghc-regress/module/mod52.stderr +++ b/testsuite/tests/ghc-regress/module/mod52.stderr @@ -1,5 +1,5 @@ -mod52.hs:2: +mod52.hs:3: Duplicate instance declarations: mod52.hs:3: Eq T mod52.hs:4: Eq T diff --git a/testsuite/tests/ghc-regress/rename/should_fail/all.T b/testsuite/tests/ghc-regress/rename/should_fail/all.T index d24dfd6b05..838ffc25ec 100644 --- a/testsuite/tests/ghc-regress/rename/should_fail/all.T +++ b/testsuite/tests/ghc-regress/rename/should_fail/all.T @@ -10,7 +10,7 @@ test('rnfail010', normal, compile_fail, ['']) test('rnfail011', normal, compile_fail, ['']) test('rnfail012', normal, compile_fail, ['']) test('rnfail013', normal, compile_fail, ['']) -test('rnfail014', normal, compile_fail, ['']) + test('rnfail015', normal, compile_fail, ['']) test('rnfail016', normal, compile_fail, ['']) test('rnfail017', normal, compile_fail, ['']) |