diff options
author | Sebastian Graf <sebastian.graf@kit.edu> | 2020-11-11 10:32:42 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-11-13 14:29:39 -0500 |
commit | 197d59facbe8f9799df47e86c99f401ced487040 (patch) | |
tree | ef8c3e3c080062e612b18753070c1610d0a79d64 /testsuite | |
parent | 63fa399726ff85a3ff4ca42a88f3d8a00921a718 (diff) | |
download | haskell-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.T | 2 |
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']) |