summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Angermann <moritz.angermann@gmail.com>2021-03-04 11:15:36 +0800
committerMoritz Angermann <moritz.angermann@gmail.com>2021-03-07 22:19:22 +0800
commit63455300625fc12b2aafc3e339eb307510a6e8bd (patch)
tree4090a8930db20376563e9f709a4ba8082dfd694e
parent4bea83afec009dfd3c6313cac4610d00ba1f9a3d (diff)
downloadhaskell-63455300625fc12b2aafc3e339eb307510a6e8bd.tar.gz
[testsuite/json2] Fix failure with LLVM backends
-Wno-unsupported-llvm-version should suppress the LLVM version missmatch warning that messes up the output.
-rw-r--r--testsuite/tests/driver/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/driver/all.T b/testsuite/tests/driver/all.T
index 0556177a19..e7bf04892c 100644
--- a/testsuite/tests/driver/all.T
+++ b/testsuite/tests/driver/all.T
@@ -260,7 +260,7 @@ test('T12955', normal, makefile_test, [])
test('T12971', ignore_stdout, makefile_test, [])
test('json', normal, compile_fail, ['-ddump-json'])
-test('json2', normalise_version('base','ghc-prim'), compile, ['-ddump-types -ddump-json'])
+test('json2', normalise_version('base','ghc-prim'), compile, ['-ddump-types -ddump-json -Wno-unsupported-llvm-version'])
test('T13604', [], makefile_test, [])
test('T13604a', [], makefile_test, [])
# omitting hpc and profasm because they affect the