summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/should_run/all.T
diff options
context:
space:
mode:
authorDr. ERDI Gergo <gergo@erdi.hu>2014-12-22 19:01:37 +0800
committerDr. ERDI Gergo <gergo@erdi.hu>2014-12-22 19:01:37 +0800
commit707fb3aa2b058cb4245708d6a63019b3e32f795c (patch)
tree66c6f8697628a44dd3c547f001f1210824982b93 /testsuite/tests/ghci/should_run/all.T
parent6713f0d9ad4a2d875d8f7b245c1c0ca77ce1617f (diff)
downloadhaskell-707fb3aa2b058cb4245708d6a63019b3e32f795c.tar.gz
Strip leading whitespace before checking if a statement looks like a declaration (fixes #9914)
Diffstat (limited to 'testsuite/tests/ghci/should_run/all.T')
-rw-r--r--testsuite/tests/ghci/should_run/all.T1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/should_run/all.T b/testsuite/tests/ghci/should_run/all.T
index effad6a725..b28e4a3893 100644
--- a/testsuite/tests/ghci/should_run/all.T
+++ b/testsuite/tests/ghci/should_run/all.T
@@ -20,4 +20,5 @@ test('T3171',
test('ghcirun004', just_ghci, compile_and_run, [''])
test('T8377', just_ghci, compile_and_run, [''])
+test('T9914', just_ghci, ghci_script, ['T9914.script'])
test('T9915', just_ghci, ghci_script, ['T9915.script'])