diff options
Diffstat (limited to 'testsuite/tests/module/all.T')
-rw-r--r-- | testsuite/tests/module/all.T | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/module/all.T b/testsuite/tests/module/all.T index 4a2aacc26f..212d9ecbb7 100644 --- a/testsuite/tests/module/all.T +++ b/testsuite/tests/module/all.T @@ -292,3 +292,4 @@ test('T13528', normal, compile, ['']) test('T13622', normal, compile, ['']) test('T13704a', normal, compile, ['-main-is Main.program']) test('T13704b', [], multimod_compile, ['T13704b1.hs T13704b2.hs', '-main-is T13704b2.program -v0']) +test('T20562', normal, compile, ['']) |