diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2016-12-19 15:05:57 +0000 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2016-12-21 12:26:24 +0000 |
commit | f97d489911aabd2396f5df87efd7d1d164017142 (patch) | |
tree | a2df022d5e3b50526fe98b40452491ced559332f /testsuite/tests/patsyn/should_compile/all.T | |
parent | 1771da25fee524c58973c3e6bfbd721f708769c7 (diff) | |
download | haskell-f97d489911aabd2396f5df87efd7d1d164017142.tar.gz |
Test Trac #12968, plus some comments
Diffstat (limited to 'testsuite/tests/patsyn/should_compile/all.T')
-rw-r--r-- | testsuite/tests/patsyn/should_compile/all.T | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/patsyn/should_compile/all.T b/testsuite/tests/patsyn/should_compile/all.T index 1952672a99..6bd1461efc 100644 --- a/testsuite/tests/patsyn/should_compile/all.T +++ b/testsuite/tests/patsyn/should_compile/all.T @@ -62,3 +62,4 @@ test('T11987', normal, multimod_compile, ['T11987', '-v0']) test('T12615', normal, compile, ['']) test('T12698', normal, compile, ['']) test('T12746', normal, multi_compile, ['T12746', [('T12746A.hs', '-c')],'-v0']) +test('T12968', normal, compile, ['']) |