diff options
author | Richard Eisenberg <eir@cis.upenn.edu> | 2013-08-02 15:50:51 +0100 |
---|---|---|
committer | Richard Eisenberg <eir@cis.upenn.edu> | 2013-08-02 15:50:51 +0100 |
commit | 929155faa511569eb626d49a32264442c5caa14f (patch) | |
tree | 0197b1b0e5144206099f749c4eb8659ad05c8766 /testsuite/tests/gadt/all.T | |
parent | 5207c0ff005e579ba634d6b1aa248c825e957014 (diff) | |
download | haskell-929155faa511569eb626d49a32264442c5caa14f.tar.gz |
Add tests for roles.
Many of the files modified are just wibbles to output, because now
tycons have roles attached to them, which are produced in the debugging
dumps.
Diffstat (limited to 'testsuite/tests/gadt/all.T')
-rw-r--r-- | testsuite/tests/gadt/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/gadt/all.T b/testsuite/tests/gadt/all.T index 1be8260363..d23d1fc1b4 100644 --- a/testsuite/tests/gadt/all.T +++ b/testsuite/tests/gadt/all.T @@ -88,7 +88,7 @@ test('gadt-escape1', normal, compile_fail, ['']) # test('Arith', normal, compile, ['']) test('Session', normal, compile_and_run, ['']) -test('CasePrune', normal, compile_and_run, ['']) +test('CasePrune', normal, compile_fail, ['']) test('T1999', normal, compile, ['']) test('T1999a', normal, compile, ['']) |