diff options
Diffstat (limited to 'testsuite/tests/ghc-regress/th/all.T')
-rw-r--r-- | testsuite/tests/ghc-regress/th/all.T | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/ghc-regress/th/all.T b/testsuite/tests/ghc-regress/th/all.T index 43b7e077a0..b8948742b4 100644 --- a/testsuite/tests/ghc-regress/th/all.T +++ b/testsuite/tests/ghc-regress/th/all.T @@ -158,3 +158,4 @@ test('T3100', normal, compile, ['-v0']) test('T3600', extra_clean(['T3600a.hi','T3600a.o']), multimod_compile, ['T3600','-v0']) +test('T3845', normal, compile, ['-v0']) |