summaryrefslogtreecommitdiff
path: root/testsuite/tests/quasiquotation/qq007/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/quasiquotation/qq007/Makefile')
-rw-r--r--testsuite/tests/quasiquotation/qq007/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/quasiquotation/qq007/Makefile b/testsuite/tests/quasiquotation/qq007/Makefile
index e31a732a26..79eb3b9085 100644
--- a/testsuite/tests/quasiquotation/qq007/Makefile
+++ b/testsuite/tests/quasiquotation/qq007/Makefile
@@ -7,6 +7,6 @@ TH_QQ:
ifeq "$(GhcDynamic)" "YES"
'$(TEST_HC)' $(TEST_HC_OPTS) -c QQ.hs -dynamic -osuf dyn_o -hisuf dyn_hi
else
- '$(TEST_HC)' $(TEST_HC_OPTS) -c QQ.hs
+ '$(TEST_HC)' $(TEST_HC_OPTS) $(ghcThWayFlags) -c QQ.hs
endif