diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-10-22 09:23:45 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-10-25 09:02:26 -0400 |
commit | 082989268ae5507d260c425cd84707e0e32ce4c1 (patch) | |
tree | 087c32d72556e783018394f3e796748bf5349993 | |
parent | 2a16b5553fff58a53437a993513484b74aeaaa85 (diff) | |
download | haskell-082989268ae5507d260c425cd84707e0e32ce4c1.tar.gz |
testsuite: Use fragile modifier in TH_foreignInterruptible
It looks like this use of `skip` snuck through my previous refactoring.
-rw-r--r-- | testsuite/tests/th/all.T | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/tests/th/all.T b/testsuite/tests/th/all.T index 636bd537b0..986be55ba1 100644 --- a/testsuite/tests/th/all.T +++ b/testsuite/tests/th/all.T @@ -151,8 +151,7 @@ test('T3177a', normal, compile_fail, ['-v0']) test('T3319', normal, compile, ['-ddump-splices -v0']) test('TH_foreignInterruptible', - # Fragile when unregisterised; see #16085 - when(unregisterised(), skip), + when(unregisterised(), fragile(16085)), compile, ['-ddump-splices -v0']) test('TH_foreignCallingConventions', normal, compile, |