summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2014-01-03 16:22:01 +0000
committerSimon Peyton Jones <simonpj@microsoft.com>2014-01-03 16:22:01 +0000
commit7f2bf06ebfb53f75196ff285d3f4f741bba5459b (patch)
tree85b7cac4a95eec5fbc28b6ebbf6598ec4c166d05 /testsuite/tests/ghci/scripts
parentbcd92b038d9da81e9ea22fc48ee3495ab6d22338 (diff)
downloadhaskell-7f2bf06ebfb53f75196ff285d3f4f741bba5459b.tar.gz
Test Trac #8640
Diffstat (limited to 'testsuite/tests/ghci/scripts')
-rw-r--r--testsuite/tests/ghci/scripts/T8640.script3
-rw-r--r--testsuite/tests/ghci/scripts/T8640.stdout0
-rwxr-xr-xtestsuite/tests/ghci/scripts/all.T1
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'])