summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/all.T
diff options
context:
space:
mode:
authorPepe Iborra <pepeiborra@gmail.com>2020-09-15 07:42:18 +0100
committerGHC GitLab CI <ghc-ci@gitlab-haskell.org>2020-11-24 01:17:25 +0000
commit2ce2a5b444069ea0dc0afb483634f4ba405437cb (patch)
treeea44227e0ee6c42eafc3fbbf9ef5428299a1df39 /testsuite/tests/driver/all.T
parent8edf564362e37c9740a351f1d71f2fa5e042f7b1 (diff)
downloadhaskell-2ce2a5b444069ea0dc0afb483634f4ba405437cb.tar.gz
Revert "Pass preprocessor options to C compiler when building foreign C files (#16737)"
This reverts commit 1c18d3b41f897f34a93669edaebe6069f319f9e2.
Diffstat (limited to 'testsuite/tests/driver/all.T')
-rw-r--r--testsuite/tests/driver/all.T4
1 files changed, 0 insertions, 4 deletions
diff --git a/testsuite/tests/driver/all.T b/testsuite/tests/driver/all.T
index 668d609747..02eeeb321b 100644
--- a/testsuite/tests/driver/all.T
+++ b/testsuite/tests/driver/all.T
@@ -287,7 +287,3 @@ test('inline-check', omit_ways(['hpc', 'profasm'])
test('T14452', [], run_command, ['$MAKE -s --no-print-directory T14452'])
test('T15396', normal, compile_and_run, ['-package ghc'])
-test('T16737',
- [when(ghc_dynamic(), omit_ways(['profasm'])), extra_files(['T16737include/'])],
- compile_and_run,
- ['-optP=-isystem -optP=T16737include'])