diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2013-10-23 12:17:08 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2013-10-23 12:17:19 +0100 |
commit | f9f69e8073b5d7368795fe58d0846f459d10158a (patch) | |
tree | 5c4f8f6f0a872791ff45fac13181960bb4892897 /testsuite/tests/deSugar/should_compile/all.T | |
parent | 8ce3516b450b458473a12a7470f95c861aaa5ad5 (diff) | |
download | haskell-f9f69e8073b5d7368795fe58d0846f459d10158a.tar.gz |
Test Trac #8470
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 4551709e65..ac748d3ae4 100644 --- a/testsuite/tests/deSugar/should_compile/all.T +++ b/testsuite/tests/deSugar/should_compile/all.T @@ -102,3 +102,4 @@ test('T5252Take2', ['$MAKE -s --no-print-directory T5252Take2']) test('T2431', normal, compile, ['-ddump-simpl -dsuppress-uniques']) test('T7669', normal, compile, ['']) +test('T8470', normal, compile, ['']) |