diff options
Diffstat (limited to 'testsuite/tests/rename/should_compile/all.T')
-rw-r--r-- | testsuite/tests/rename/should_compile/all.T | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/rename/should_compile/all.T b/testsuite/tests/rename/should_compile/all.T index 262f506bc6..3ed2a1fb0f 100644 --- a/testsuite/tests/rename/should_compile/all.T +++ b/testsuite/tests/rename/should_compile/all.T @@ -181,3 +181,8 @@ test('T5306', 'T5306b.hi', 'T5306b.o'])], multimod_compile, ['T5306', '-v0']) +test('T5592', + [only_compiler_types(['ghc']), + extra_clean(['T5592a.hi', 'T5592a.o'])], + multimod_compile_and_run, + ['T5592', '-v0']) |