diff options
Diffstat (limited to 'testsuite/tests/mdo/should_compile/all.T')
-rw-r--r-- | testsuite/tests/mdo/should_compile/all.T | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/mdo/should_compile/all.T b/testsuite/tests/mdo/should_compile/all.T index 49be01fc59..ea55b12c74 100644 --- a/testsuite/tests/mdo/should_compile/all.T +++ b/testsuite/tests/mdo/should_compile/all.T @@ -6,3 +6,5 @@ test('mdo003', normal, compile_and_run, ['']) test('mdo004', only_compiler_types(['ghc']), compile_and_run, ['']) test('mdo005', normal, compile_and_run, ['']) test('mdo006', normal, compile, ['']) +test('T10004', normal, compile, ['']) + |