diff options
author | Ian Lynagh <igloo@earth.li> | 2009-11-28 00:53:52 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-11-28 00:53:52 +0000 |
commit | ad0eb81c3a2209414a337ba3c8f92dc1a4512d53 (patch) | |
tree | 35c0d7e78da8b90312de77fcbf5a5963b84dc084 /testsuite/tests/ghc-regress/arrows | |
parent | ed1eba13bcb12c727a8e3af659b03069cee1ac6e (diff) | |
download | haskell-ad0eb81c3a2209414a337ba3c8f92dc1a4512d53.tar.gz |
Follow column number changes
Diffstat (limited to 'testsuite/tests/ghc-regress/arrows')
5 files changed, 16 insertions, 16 deletions
diff --git a/testsuite/tests/ghc-regress/arrows/should_fail/T2111.stderr b/testsuite/tests/ghc-regress/arrows/should_fail/T2111.stderr index ee7f8cbb4a..ba44d5e7ca 100644 --- a/testsuite/tests/ghc-regress/arrows/should_fail/T2111.stderr +++ b/testsuite/tests/ghc-regress/arrows/should_fail/T2111.stderr @@ -1,10 +1,10 @@ -
-T2111.hs:6:22:
- The arrow command
- undefined -< x
- was found where an expression was expected
- In a stmt of a 'do' expression: x <- undefined -< x
- In a stmt of a 'do' expression: rec {x <- undefined -< x}
- In the expression:
- do { rec {x <- undefined -< x};
- undefined -< x }
+ +T2111.hs:6:23: + The arrow command + undefined -< x + was found where an expression was expected + In a stmt of a 'do' expression: x <- undefined -< x + In a stmt of a 'do' expression: rec {x <- undefined -< x} + In the expression: + do { rec {x <- undefined -< x}; + undefined -< x } diff --git a/testsuite/tests/ghc-regress/arrows/should_fail/arrowfail001.stderr b/testsuite/tests/ghc-regress/arrows/should_fail/arrowfail001.stderr index 993335ec5c..710488cbbe 100644 --- a/testsuite/tests/ghc-regress/arrows/should_fail/arrowfail001.stderr +++ b/testsuite/tests/ghc-regress/arrows/should_fail/arrowfail001.stderr @@ -1,5 +1,5 @@ -arrowfail001.hs:16:35: +arrowfail001.hs:16:36: Ambiguous type variable `a' in the constraint: - `Foo a' arising from a use of `foo' at arrowfail001.hs:16:35-37 + `Foo a' arising from a use of `foo' at arrowfail001.hs:16:36-38 Probable fix: add a type signature that fixes these type variable(s) diff --git a/testsuite/tests/ghc-regress/arrows/should_fail/arrowfail002.stderr b/testsuite/tests/ghc-regress/arrows/should_fail/arrowfail002.stderr index 890f6eb5ab..c653acc339 100644 --- a/testsuite/tests/ghc-regress/arrows/should_fail/arrowfail002.stderr +++ b/testsuite/tests/ghc-regress/arrows/should_fail/arrowfail002.stderr @@ -1,2 +1,2 @@ -arrowfail002.hs:6:16: Not in scope: `x' +arrowfail002.hs:6:17: Not in scope: `x' diff --git a/testsuite/tests/ghc-regress/arrows/should_fail/arrowfail003.stderr b/testsuite/tests/ghc-regress/arrows/should_fail/arrowfail003.stderr index 72540d6bb5..39f9d67441 100644 --- a/testsuite/tests/ghc-regress/arrows/should_fail/arrowfail003.stderr +++ b/testsuite/tests/ghc-regress/arrows/should_fail/arrowfail003.stderr @@ -1,12 +1,12 @@ -arrowfail003.hs:8:6: +arrowfail003.hs:8:7: The arrow command returnA -< [] was found where an expression was expected In the expression: returnA -< [] In the definition of `foo': foo = returnA -< [] -arrowfail003.hs:9:6: +arrowfail003.hs:9:7: The arrow command (|zeroArrow |) was found where an expression was expected diff --git a/testsuite/tests/ghc-regress/arrows/should_fail/arrowfail004.stderr b/testsuite/tests/ghc-regress/arrows/should_fail/arrowfail004.stderr index 9a9b7489b9..4220f2b82d 100644 --- a/testsuite/tests/ghc-regress/arrows/should_fail/arrowfail004.stderr +++ b/testsuite/tests/ghc-regress/arrows/should_fail/arrowfail004.stderr @@ -1,5 +1,5 @@ -arrowfail004.hs:12:14: +arrowfail004.hs:12:15: Illegal constructor `T' in a 'proc' pattern Proc patterns cannot use existentials or GADTs In the pattern: T x |