diff options
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/ghci/should_run/all.T | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/ghci/should_run/all.T b/testsuite/tests/ghci/should_run/all.T index 1677763591..fa4c78cdce 100644 --- a/testsuite/tests/ghci/should_run/all.T +++ b/testsuite/tests/ghci/should_run/all.T @@ -1,7 +1,7 @@ # We only want to run these tests with GHCi -def just_ghci( name, opts ): - opts.only_ways = ['ghci'] +# N.B. ghci is slightly broken under unregisterised compilers. +just_ghci = [ only_ways(['ghci']), when(unregisterised(), fragile(18463)) ] test('ghcirun001', just_ghci, compile_and_run, ['']) test('ghcirun002', just_ghci, compile_and_run, ['']) |