summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorSebastian Graf <sebastian.graf@kit.edu>2020-11-11 10:32:42 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-11-13 14:29:39 -0500
commit197d59facbe8f9799df47e86c99f401ced487040 (patch)
treeef8c3e3c080062e612b18753070c1610d0a79d64 /testsuite
parent63fa399726ff85a3ff4ca42a88f3d8a00921a718 (diff)
downloadhaskell-197d59facbe8f9799df47e86c99f401ced487040.tar.gz
Arity: Emit "Exciting arity" warning only after second iteration (#18937)
See Note [Exciting arity] why we emit the warning at all and why we only do after the second iteration now. Fixes #18937.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/tests/arityanal/should_compile/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/arityanal/should_compile/all.T b/testsuite/tests/arityanal/should_compile/all.T
index 60059b8e9c..cb962dd32a 100644
--- a/testsuite/tests/arityanal/should_compile/all.T
+++ b/testsuite/tests/arityanal/should_compile/all.T
@@ -20,4 +20,4 @@ test('Arity16', [ only_ways(['optasm']), grep_errmsg('Arity=') ], compile, ['-dn
# Regression tests
test('T18793', [ only_ways(['optasm']), grep_errmsg('Arity=') ], compile, ['-dno-typeable-binds -ddump-simpl -dppr-cols=99999 -dsuppress-uniques'])
test('T18870', [ only_ways(['optasm']) ], compile, ['-ddebug-output'])
-test('T18937', [ only_ways(['optasm']), when(compiler_debugged(), expect_broken(18937)) ], compile, ['-ddebug-output'])
+test('T18937', [ only_ways(['optasm']) ], compile, ['-ddebug-output'])