diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2013-06-07 08:59:51 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2013-06-07 09:00:52 +0100 |
commit | b52a0a220fe4bc84e832cfc0f50bb5689581f352 (patch) | |
tree | 0318a5e3dff83ab0184666cbf7e12e677e9972a1 | |
parent | 09de957806b7f23d5d528da8ec867582541dac2b (diff) | |
download | haskell-b52a0a220fe4bc84e832cfc0f50bb5689581f352.tar.gz |
Test Trac #7894
-rw-r--r-- | testsuite/tests/ghci/scripts/T7894.script | 1 | ||||
-rw-r--r-- | testsuite/tests/ghci/scripts/T7894.stderr | 2 | ||||
-rwxr-xr-x | testsuite/tests/ghci/scripts/all.T | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/T7894.script b/testsuite/tests/ghci/scripts/T7894.script new file mode 100644 index 0000000000..426a677d98 --- /dev/null +++ b/testsuite/tests/ghci/scripts/T7894.script @@ -0,0 +1 @@ +:i Data.Maybe.-> diff --git a/testsuite/tests/ghci/scripts/T7894.stderr b/testsuite/tests/ghci/scripts/T7894.stderr new file mode 100644 index 0000000000..b0a04e4dfd --- /dev/null +++ b/testsuite/tests/ghci/scripts/T7894.stderr @@ -0,0 +1,2 @@ + +Top level: Not in scope: ‛Data.Maybe.->’ diff --git a/testsuite/tests/ghci/scripts/all.T b/testsuite/tests/ghci/scripts/all.T index cf8c82b7ef..a1f770f854 100755 --- a/testsuite/tests/ghci/scripts/all.T +++ b/testsuite/tests/ghci/scripts/all.T @@ -150,4 +150,5 @@ test('T4175', normal, ghci_script, ['T4175.script']) test('T7872', normal, ghci_script, ['T7872.script']) test('T7873', normal, ghci_script, ['T7873.script']) test('T7939', normal, ghci_script, ['T7939.script']) +test('T7894', normal, ghci_script, ['T7894.script']) |