diff options
author | Austin Seipp <austin@well-typed.com> | 2014-03-21 04:42:32 -0500 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-03-21 10:59:07 -0500 |
commit | f9b6a2bb6574904ab11476d79896491b111ad7cc (patch) | |
tree | 0cf0e207c1d46ae3a68f5df4548f4c63af9a1327 /testsuite/tests/ghci/scripts/T8831.script | |
parent | ba0c0123fb2f6942f57636ca458d5a87870f1ecc (diff) | |
download | haskell-f9b6a2bb6574904ab11476d79896491b111ad7cc.tar.gz |
testsuite: add test for #8831
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'testsuite/tests/ghci/scripts/T8831.script')
-rw-r--r-- | testsuite/tests/ghci/scripts/T8831.script | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/T8831.script b/testsuite/tests/ghci/scripts/T8831.script new file mode 100644 index 0000000000..bc6ba89440 --- /dev/null +++ b/testsuite/tests/ghci/scripts/T8831.script @@ -0,0 +1,4 @@ +:seti -XTemplateHaskell +:load T8831.hs +$foo + |