diff options
author | Jose Pedro Magalhaes <jpm@cs.ox.ac.uk> | 2013-02-13 10:39:34 +0000 |
---|---|---|
committer | Jose Pedro Magalhaes <jpm@cs.ox.ac.uk> | 2013-02-13 10:39:34 +0000 |
commit | 03753b0fb744a39a25d9ec4310ab2f17eced39cd (patch) | |
tree | 0c7013d6f52dad2a7d953e4a3b457a396bb21cd4 /testsuite/tests/generics/all.T | |
parent | ec8d757b758aaaa24fd1e55f32826b05d107bd33 (diff) | |
download | haskell-03753b0fb744a39a25d9ec4310ab2f17eced39cd.tar.gz |
Test #7631
Diffstat (limited to 'testsuite/tests/generics/all.T')
-rw-r--r-- | testsuite/tests/generics/all.T | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/generics/all.T b/testsuite/tests/generics/all.T index 1541a4725c..7a88487fec 100644 --- a/testsuite/tests/generics/all.T +++ b/testsuite/tests/generics/all.T @@ -9,6 +9,7 @@ test('GenCannotDoRep0', normal, compile_fail, ['']) test('GenCannotDoRep1', normal, compile_fail, ['']) test('GenCannotDoRep2', normal, compile_fail, ['']) test('T5884', normal, compile, ['']) +test('GenNewtype', normal, compile_and_run, ['']) test('GenCanDoRep1_0', normal, compile, ['']) test('GenDerivOutput1_0', normal, compile, ['-dsuppress-uniques']) |