summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2014-05-10 11:38:49 +0200
committerJoachim Breitner <mail@joachim-breitner.de>2014-05-10 11:38:55 +0200
commit3abf949b50f9fd84633fbf9b479e9cd5fa7125cd (patch)
treeef6bbddc926092ff9cd392e9d06479be7b1a6034 /testsuite
parent3ed867ff56cc3849b9bb20f939722de5a2f93809 (diff)
downloadhaskell-3abf949b50f9fd84633fbf9b479e9cd5fa7125cd.tar.gz
Require transformers for T5979
in order to get a reliable error message (although the error message could be improved anyways to mention the explicit package the module is imported with.)
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/tests/ghci/scripts/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghci/scripts/all.T b/testsuite/tests/ghci/scripts/all.T
index aacdd262b1..5918e13082 100755
--- a/testsuite/tests/ghci/scripts/all.T
+++ b/testsuite/tests/ghci/scripts/all.T
@@ -113,7 +113,7 @@ test('T5564', normal, ghci_script, ['T5564.script'])
test('Defer02', normal, ghci_script, ['Defer02.script'])
test('T5820', normal, ghci_script, ['T5820.script'])
test('T5836', normal, ghci_script, ['T5836.script'])
-test('T5979', normalise_slashes, ghci_script, ['T5979.script'])
+test('T5979', [reqlib('transformers'), normalise_slashes], ghci_script, ['T5979.script'])
test('T5975a',
[pre_cmd('touch föøbàr1.hs'),
clean_cmd('rm föøbàr1.hs')],