diff options
author | simonpj <simonpj@microsoft.com> | 2010-12-22 17:55:10 +0000 |
---|---|---|
committer | simonpj <simonpj@microsoft.com> | 2010-12-22 17:55:10 +0000 |
commit | c6a15cf9c797b692e1b73a92336a115a64094ffd (patch) | |
tree | 7fb9dae36343702e568153fdd55c918e34d40e49 /testsuite/tests/ghc-regress/arrows | |
parent | d28cea139688eb3f9861da46c830ff00dcb1f9a6 (diff) | |
download | haskell-c6a15cf9c797b692e1b73a92336a115a64094ffd.tar.gz |
Track changes in fuzzy-matching in error messages
Diffstat (limited to 'testsuite/tests/ghc-regress/arrows')
-rw-r--r-- | testsuite/tests/ghc-regress/arrows/should_fail/arrowfail002.stderr | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-regress/arrows/should_fail/arrowfail002.stderr b/testsuite/tests/ghc-regress/arrows/should_fail/arrowfail002.stderr index c653acc339..935d7e38a6 100644 --- a/testsuite/tests/ghc-regress/arrows/should_fail/arrowfail002.stderr +++ b/testsuite/tests/ghc-regress/arrows/should_fail/arrowfail002.stderr @@ -1,2 +1,4 @@ -arrowfail002.hs:6:17: Not in scope: `x' +arrowfail002.hs:6:17: + Not in scope: `x' + Perhaps you meant one of these: `f' (line 7), `g' (line 6) |