diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-04-03 08:08:18 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-04-08 14:47:54 -0400 |
commit | 97d3d546e6f03977a9cbe7d5499bb66510411468 (patch) | |
tree | b0d9c0757dcad8182e185e54afd9c36398307788 /testsuite/tests/perf | |
parent | 97502be8bda9199ac058b9677b4b6ba028022936 (diff) | |
download | haskell-97d3d546e6f03977a9cbe7d5499bb66510411468.tar.gz |
testsuite: Unmark T16190 as broken
Was broken via #16389 yet strangely it has started passing despite the
fact that the suggested root cause has not changed.
Diffstat (limited to 'testsuite/tests/perf')
-rw-r--r-- | testsuite/tests/perf/compiler/all.T | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T index fed65a4f92..f6e66c83b4 100644 --- a/testsuite/tests/perf/compiler/all.T +++ b/testsuite/tests/perf/compiler/all.T @@ -394,8 +394,6 @@ test ('T15164', ['-v0 -O']) test('T16190', - [ collect_stats(), - when(opsys('mingw32'), expect_broken(16389)) - ], + collect_stats(), multimod_compile, ['T16190.hs', '-v0']) |