Skip to content
Snippets Groups Projects
Commit f9b6a2bb authored by Austin Seipp's avatar Austin Seipp
Browse files

testsuite: add test for #8831

parent ba0c0123
No related branches found
No related tags found
No related merge requests found
{-# LANGUAGE TemplateHaskell #-}
module T8831 where
foo = [| 3 |]
:seti -XTemplateHaskell
:load T8831.hs
$foo
3
......@@ -168,4 +168,4 @@ test('T8674', normal, ghci_script, ['T8674.script'])
test('T8696', normal, ghci_script, ['T8696.script'])
test('T8776', normal, ghci_script, ['T8776.script'])
test('ghci059', normal, ghci_script, ['ghci059.script'])
test('T8831', normal, ghci_script, ['T8831.script'])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment