Skip to content
Snippets Groups Projects
Commit 22743f72 authored by Ben Gamari's avatar Ben Gamari
Browse files

testsuite: Add test for #16563

parent abee907f
No related branches found
No related tags found
No related merge requests found
putStrLn "hello world"
hello world
...@@ -296,5 +296,6 @@ test('T16089', normal, ghci_script, ['T16089.script']) ...@@ -296,5 +296,6 @@ test('T16089', normal, ghci_script, ['T16089.script'])
test('T14828', normal, ghci_script, ['T14828.script']) test('T14828', normal, ghci_script, ['T14828.script'])
test('T16376', normal, ghci_script, ['T16376.script']) test('T16376', normal, ghci_script, ['T16376.script'])
test('T16527', normal, ghci_script, ['T16527.script']) test('T16527', normal, ghci_script, ['T16527.script'])
test('T16563', extra_hc_opts("-clear-package-db -global-package-db"), ghci_script, ['T16563.script'])
test('T16569', normal, ghci_script, ['T16569.script']) test('T16569', normal, ghci_script, ['T16569.script'])
test('T16767', normal, ghci_script, ['T16767.script']) test('T16767', normal, ghci_script, ['T16767.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