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 9b7c0828ec..aa96bc674b 100644 --- a/testsuite/tests/ghc-regress/th/all.T +++ b/testsuite/tests/ghc-regress/th/all.T @@ -178,3 +178,4 @@ test('T1835', normal, compile_and_run, ['-v0']) test('TH_viewPatPrint', normal, compile_and_run, ['']) test('T4436', normal, compile, ['-v0 -ddump-splices']) test('T4949', normal, compile, ['-v0']) +test('T5126', normal, compile, ['-v0']) |