diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2014-01-03 16:22:01 +0000 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2014-01-03 16:22:01 +0000 |
commit | 7f2bf06ebfb53f75196ff285d3f4f741bba5459b (patch) | |
tree | 85b7cac4a95eec5fbc28b6ebbf6598ec4c166d05 /testsuite/tests/ghci/scripts | |
parent | bcd92b038d9da81e9ea22fc48ee3495ab6d22338 (diff) | |
download | haskell-7f2bf06ebfb53f75196ff285d3f4f741bba5459b.tar.gz |
Test Trac #8640
Diffstat (limited to 'testsuite/tests/ghci/scripts')
-rw-r--r-- | testsuite/tests/ghci/scripts/T8640.script | 3 | ||||
-rw-r--r-- | testsuite/tests/ghci/scripts/T8640.stdout | 0 | ||||
-rwxr-xr-x | testsuite/tests/ghci/scripts/all.T | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/T8640.script b/testsuite/tests/ghci/scripts/T8640.script new file mode 100644 index 0000000000..a5f3e5225c --- /dev/null +++ b/testsuite/tests/ghci/scripts/T8640.script @@ -0,0 +1,3 @@ +:set -XNoImplicitPrelude +:show imports + -- Should produce no output diff --git a/testsuite/tests/ghci/scripts/T8640.stdout b/testsuite/tests/ghci/scripts/T8640.stdout new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/testsuite/tests/ghci/scripts/T8640.stdout diff --git a/testsuite/tests/ghci/scripts/all.T b/testsuite/tests/ghci/scripts/all.T index c1c50cd254..cf8ebb9646 100755 --- a/testsuite/tests/ghci/scripts/all.T +++ b/testsuite/tests/ghci/scripts/all.T @@ -161,3 +161,4 @@ test('T8469', normal, ghci_script, ['T8469.script']) test('T8485', normal, ghci_script, ['T8485.script']) test('T8535', normal, ghci_script, ['T8535.script']) test('T8639', normal, ghci_script, ['T8639.script']) +test('T8640', normal, ghci_script, ['T8640.script']) |