diff options
Diffstat (limited to 'testsuite/tests/cmm/should_compile/all.T')
-rw-r--r-- | testsuite/tests/cmm/should_compile/all.T | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/cmm/should_compile/all.T b/testsuite/tests/cmm/should_compile/all.T index 9fc5479634..40813f01ec 100644 --- a/testsuite/tests/cmm/should_compile/all.T +++ b/testsuite/tests/cmm/should_compile/all.T @@ -4,3 +4,4 @@ test('cmm_sink_sp', [ only_ways(['optasm']), grep_errmsg('(\[Sp.*\]).*(=).*(\[.* test('T16930', normal, makefile_test, ['T16930']) test('T17442', normal, compile, ['']) +test('T20725', normal, compile, ['-package ghc']) |