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/lib | |
parent | ed1eba13bcb12c727a8e3af659b03069cee1ac6e (diff) | |
download | haskell-ad0eb81c3a2209414a337ba3c8f92dc1a4512d53.tar.gz |
Follow column number changes
Diffstat (limited to 'testsuite/tests/ghc-regress/lib')
-rw-r--r-- | testsuite/tests/ghc-regress/lib/should_run/exceptions001.stdout | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/ghc-regress/lib/should_run/exceptions001.stdout b/testsuite/tests/ghc-regress/lib/should_run/exceptions001.stdout index 1abe1f2bfc..0a6f8c5d8d 100644 --- a/testsuite/tests/ghc-regress/lib/should_run/exceptions001.stdout +++ b/testsuite/tests/ghc-regress/lib/should_run/exceptions001.stdout @@ -1,6 +1,6 @@ user exception caught error call caught no method error -exceptions001.hs:38:0-12: Non-exhaustive patterns in function test1 -exceptions001.hs:45:0-25: Non-exhaustive patterns in function test2 +exceptions001.hs:38:1-13: Non-exhaustive patterns in function test1 +exceptions001.hs:45:1-26: Non-exhaustive patterns in function test2 43
\ No newline at end of file |