diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2013-01-04 10:40:17 +0000 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2013-01-04 10:40:17 +0000 |
commit | 2fb886eb39eec76a6ff1a858d1b242e5141f3c4a (patch) | |
tree | 3c022ae27ff611225ab12bcafa7302cdbd3508ae /testsuite/tests/deSugar/should_compile/all.T | |
parent | d6a3ccacf66117f22dfe43dc2d490463b1e8835f (diff) | |
download | haskell-2fb886eb39eec76a6ff1a858d1b242e5141f3c4a.tar.gz |
Test Trac #2431
Diffstat (limited to 'testsuite/tests/deSugar/should_compile/all.T')
-rw-r--r-- | testsuite/tests/deSugar/should_compile/all.T | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/deSugar/should_compile/all.T b/testsuite/tests/deSugar/should_compile/all.T index 51e747f3a2..b932a49a0e 100644 --- a/testsuite/tests/deSugar/should_compile/all.T +++ b/testsuite/tests/deSugar/should_compile/all.T @@ -101,3 +101,4 @@ test('T5252Take2', extra_clean(['T5252Take2a.hi', 'T5252Take2a.o']), run_command, ['$MAKE -s --no-print-directory T5252Take2']) +test('T2431', normal, compile, ['-ddump-simpl -dsuppress-uniques']) |