diff options
Diffstat (limited to 'testsuite/tests/unboxedsums/all.T')
-rw-r--r-- | testsuite/tests/unboxedsums/all.T | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/testsuite/tests/unboxedsums/all.T b/testsuite/tests/unboxedsums/all.T index 764a850aec..c697a42886 100644 --- a/testsuite/tests/unboxedsums/all.T +++ b/testsuite/tests/unboxedsums/all.T @@ -24,11 +24,5 @@ test('empty_sum', only_ways(['normal']), compile_and_run, ['']) test('sum_rr', normal, compile, ['']) test('T12711', only_ways(['ghci']), ghci_script, ['T12711.script']) -# TODO: Need to run this in --slow mode only -# test('sum_api_annots', -# [only_ways(['normal']), -# extra_files([ "unboxedsums" + str(i) + ".hs" for i in range(1, 12) ])], -# makefile_test, []) - test('UbxSumLevPoly', normal, compile, ['-Wno-overlapping-patterns']) test('T14051', normal, multi_compile, ['T14051.hs', [('T14051a.hs', '')], '-O2 -v0']) |