diff options
author | Krzysztof Gogolewski <krzysztof.gogolewski@tweag.io> | 2023-01-11 21:09:34 +0100 |
---|---|---|
committer | Krzysztof Gogolewski <krzysztof.gogolewski@tweag.io> | 2023-01-11 21:09:34 +0100 |
commit | b1c81f429ae0720b245a71065b3752a7ec181cf8 (patch) | |
tree | 395a43d754ab83b79b9cc33ad4b15f2f77bd0f41 /testsuite/tests/codeGen/should_compile | |
parent | 964284fcab6e27fe2fa5c279ea008551cbc15dbb (diff) | |
download | haskell-wip/python-files.tar.gz |
Use -Wdefault when running Python testdriver (#22727)wip/python-files
Diffstat (limited to 'testsuite/tests/codeGen/should_compile')
-rw-r--r-- | testsuite/tests/codeGen/should_compile/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/codeGen/should_compile/all.T b/testsuite/tests/codeGen/should_compile/all.T index fb469a292b..7e5d1d39f2 100644 --- a/testsuite/tests/codeGen/should_compile/all.T +++ b/testsuite/tests/codeGen/should_compile/all.T @@ -96,7 +96,7 @@ test('T14373c', switch_skeleton_only]) switch_skeleton_and_entries_only = (r'grep -e "switch \[" -e "case " -e "default: " -e "Default_entry(" -e "R1 = .*_closure+2;"' - '| sed -e "s|\] .*|\]|g" -e "s|goto .*|goto |g" -e "s|R1 = .*_closure+2;.*|R1 = XYZ_closure+2;|g" -e "s|//.*|//|g"') + r'| sed -e "s|\] .*|\]|g" -e "s|goto .*|goto |g" -e "s|R1 = .*_closure+2;.*|R1 = XYZ_closure+2;|g" -e "s|//.*|//|g"') test('T14373d', [ js_skip # JS backend doesn't produce Cmm |