summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/all.T
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2016-03-30 21:43:51 +0200
committerBen Gamari <ben@smart-cactus.org>2016-03-30 22:49:06 +0200
commite9c2555ac666912f7dff56448ced4bfa06d14e76 (patch)
tree3a884a5b82d9ee30802c3127897fc7c9ebc3df88 /testsuite/tests/driver/all.T
parent58bbb40ba23860df2ede1275493ef32ba69a2083 (diff)
downloadhaskell-e9c2555ac666912f7dff56448ced4bfa06d14e76.tar.gz
Don't require -hide-all-packages for MIN_VERSION_* macros
Define MIN_VERSION_pkgname and VERSION_pkgname macros for all exposed packages, without requiring -hide-all-packages. See #10970 comment 7-10 for discussion. Reviewers: duncan, ezyang, bgamari, austin Reviewed By: ezyang Subscribers: hvr, rwbarton Differential Revision: https://phabricator.haskell.org/D1869 GHC Trac Issues: #10970
Diffstat (limited to 'testsuite/tests/driver/all.T')
-rw-r--r--testsuite/tests/driver/all.T3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/tests/driver/all.T b/testsuite/tests/driver/all.T
index 2798dd5ba3..23aeb99a46 100644
--- a/testsuite/tests/driver/all.T
+++ b/testsuite/tests/driver/all.T
@@ -468,8 +468,7 @@ test('T365',
test('T9360a', normal, run_command, ['{compiler} --interactive -e "" -ignore-dot-ghci'])
test('T9360b', normal, run_command, ['{compiler} -e "" --interactive -ignore-dot-ghci'])
-test('T10970', normal, compile_and_run, ['-hide-all-packages -package base -package containers'])
-test('T10970a', normal, compile_and_run, [''])
+test('T10970', normal, compile_and_run, [''])
test('T4931', normal, compile_and_run, [''])
test('T11182', normal, compile_and_run, [''])
test('T11381', normal, compile_fail, [''])