diff options
Diffstat (limited to 'libraries/base/tests/all.T')
-rw-r--r-- | libraries/base/tests/all.T | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/base/tests/all.T b/libraries/base/tests/all.T index ac65224ef0..da828cb2c2 100644 --- a/libraries/base/tests/all.T +++ b/libraries/base/tests/all.T @@ -261,3 +261,4 @@ test('T17499', [collect_stats('bytes allocated',5)], compile_and_run, ['-O -w']) test('T16643', normal, compile_and_run, ['']) test('clamp', normal, compile_and_run, ['']) test('T18642', extra_run_opts('+RTS -T -RTS'), compile_and_run, ['-O2']) +test('T19288', exit_code(1), compile_and_run, ['']) |