diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2020-08-05 19:49:53 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-12-11 12:57:35 -0500 |
commit | 381eb66012c2b1b9ef50008df57293fe443c2972 (patch) | |
tree | 1e1a98d2e5ffcae35a5189c58ce5442cf6126013 /testsuite/tests/numeric/should_compile/all.T | |
parent | 19703bc83732525cd8309b1e07815840fcc622fb (diff) | |
download | haskell-381eb66012c2b1b9ef50008df57293fe443c2972.tar.gz |
Display FFI labels (fix #18539)
Diffstat (limited to 'testsuite/tests/numeric/should_compile/all.T')
-rw-r--r-- | testsuite/tests/numeric/should_compile/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/numeric/should_compile/all.T b/testsuite/tests/numeric/should_compile/all.T index 7c39541e5b..8f0b268690 100644 --- a/testsuite/tests/numeric/should_compile/all.T +++ b/testsuite/tests/numeric/should_compile/all.T @@ -8,4 +8,4 @@ test('T7881', normal, compile, ['']) # desugaring, so we don't get the warning we expect. test('T8542', omit_ways(['hpc']), compile, ['']) test('T10929', normal, compile, ['']) -test('T16402', [ grep_errmsg(r'and') ], compile, ['']) +test('T16402', [ grep_errmsg(r'and'), when(wordsize(32), expect_broken(19024)) ], compile, ['']) |