summaryrefslogtreecommitdiff
path: root/testsuite/tests/unboxedsums/all.T
diff options
context:
space:
mode:
authorÖmer Sinan Ağacan <omeragacan@gmail.com>2016-07-22 08:37:56 +0000
committerÖmer Sinan Ağacan <omeragacan@gmail.com>2016-07-22 08:38:07 +0000
commit86b1522c85519b43ab5c1ce09b61bd8005edfd11 (patch)
treeab4de778d9cca8290fc150cec472806eefe7b46a /testsuite/tests/unboxedsums/all.T
parentfb34b27c97515d06bcc00065b352704a5ea21557 (diff)
downloadhaskell-86b1522c85519b43ab5c1ce09b61bd8005edfd11.tar.gz
Unboxed sums: More unit tests
Diffstat (limited to 'testsuite/tests/unboxedsums/all.T')
-rw-r--r--testsuite/tests/unboxedsums/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/unboxedsums/all.T b/testsuite/tests/unboxedsums/all.T
index 0b948b1477..806f41568e 100644
--- a/testsuite/tests/unboxedsums/all.T
+++ b/testsuite/tests/unboxedsums/all.T
@@ -1,5 +1,5 @@
test('unboxedsums_unit_tests',
- only_ways(['normal']),
+ [ only_ways(['normal']), extra_run_opts('"' + config.libdir + '"') ],
compile_and_run,
['-package ghc'])