diff options
author | Simon Marlow <marlowsd@gmail.com> | 2008-07-11 10:57:16 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2008-07-11 10:57:16 +0000 |
commit | 6bc071ea26fbea596cb43a4c727e0281ee68e1fb (patch) | |
tree | c22ac7a8d9c399eaca3f4c735261a74cb86a78b3 /testsuite | |
parent | da6cae401eca9757d4cff6e8d8b8251a87a7b59e (diff) | |
download | haskell-6bc071ea26fbea596cb43a4c727e0281ee68e1fb.tar.gz |
update output
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/ghc-regress/ghci/scripts/ghci021.stderr | 2 | ||||
-rw-r--r-- | testsuite/tests/ghc-regress/ghci/scripts/ghci021.stdout | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/ghc-regress/ghci/scripts/ghci021.stderr b/testsuite/tests/ghc-regress/ghci/scripts/ghci021.stderr index 048b748372..ae7c75b6bb 100644 --- a/testsuite/tests/ghc-regress/ghci/scripts/ghci021.stderr +++ b/testsuite/tests/ghc-regress/ghci/scripts/ghci021.stderr @@ -1,2 +1,2 @@ -<interactive>:1:0: Not in scope: `f' +<no location info>: no such module: `ThisDoesNotExist' diff --git a/testsuite/tests/ghc-regress/ghci/scripts/ghci021.stdout b/testsuite/tests/ghc-regress/ghci/scripts/ghci021.stdout index 6739758480..67fe32dafe 100644 --- a/testsuite/tests/ghc-regress/ghci/scripts/ghci021.stdout +++ b/testsuite/tests/ghc-regress/ghci/scripts/ghci021.stdout @@ -1 +1 @@ -module does not exist +'a' |