diff options
author | Simon Marlow <marlowsd@gmail.com> | 2011-08-26 22:50:06 +0100 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2011-08-26 22:54:01 +0100 |
commit | 1c1f2d12f671292a43496b6f1b1f1082ea7d98e6 (patch) | |
tree | 9b34d59ed187c82dc904cb95d8f81e46dbdeb9e1 /testsuite/tests | |
parent | 8167ff3ccbeb32866ec32e2f0cde15238c5d2fb6 (diff) | |
download | haskell-1c1f2d12f671292a43496b6f1b1f1082ea7d98e6.tar.gz |
accept output
Diffstat (limited to 'testsuite/tests')
-rw-r--r-- | testsuite/tests/ghci/scripts/ghci036.stderr | 4 | ||||
-rw-r--r-- | testsuite/tests/ghci/scripts/ghci036.stdout | 1 |
2 files changed, 1 insertions, 4 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci036.stderr b/testsuite/tests/ghci/scripts/ghci036.stderr index 2470e3402b..f070bdd9d2 100644 --- a/testsuite/tests/ghci/scripts/ghci036.stderr +++ b/testsuite/tests/ghci/scripts/ghci036.stderr @@ -15,8 +15,4 @@ Failed to load interface for `L' Use -v to see a list of the files searched for. -<interactive>:1:1: - Failed to load interface for `L' - Use -v to see a list of the files searched for. - <interactive>:1:1: Not in scope: `nub' diff --git a/testsuite/tests/ghci/scripts/ghci036.stdout b/testsuite/tests/ghci/scripts/ghci036.stdout index 739118210d..db76944f58 100644 --- a/testsuite/tests/ghci/scripts/ghci036.stdout +++ b/testsuite/tests/ghci/scripts/ghci036.stdout @@ -1,2 +1,3 @@ nub :: Eq a => [a] -> [a] L.nub :: Eq a => [a] -> [a] +L.nub :: Eq a => [a] -> [a] |