diff options
author | Kavon Farvardin <kavon@farvard.in> | 2018-09-23 15:29:37 -0500 |
---|---|---|
committer | Kavon Farvardin <kavon@farvard.in> | 2018-09-23 15:29:37 -0500 |
commit | 84c2ad99582391005b5e873198b15e9e9eb4f78d (patch) | |
tree | caa8c2f2ec7e97fbb4977263c6817c9af5025cf4 /testsuite/tests/patsyn/should_fail/all.T | |
parent | 8ddb47cfcf5776e9a3c55fd37947c8a95e00fa12 (diff) | |
parent | e68b439fe5de61b9a2ca51af472185c62ccb8b46 (diff) | |
download | haskell-84c2ad99582391005b5e873198b15e9e9eb4f78d.tar.gz |
update to current master againwip/T13904
Diffstat (limited to 'testsuite/tests/patsyn/should_fail/all.T')
-rw-r--r-- | testsuite/tests/patsyn/should_fail/all.T | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/testsuite/tests/patsyn/should_fail/all.T b/testsuite/tests/patsyn/should_fail/all.T index 86ec79a50c..c029f20eb9 100644 --- a/testsuite/tests/patsyn/should_fail/all.T +++ b/testsuite/tests/patsyn/should_fail/all.T @@ -1,7 +1,7 @@ test('mono', normal, compile_fail, ['']) test('unidir', normal, compile_fail, ['']) test('local', normal, compile_fail, ['']) -test('as-pattern', normal, compile_fail, ['']) +test('as-pattern', normal, compile, ['']) test('T9161-1', normal, compile_fail, ['']) test('T9161-2', normal, compile_fail, ['']) test('T9705-1', normal, compile_fail, ['']) @@ -36,3 +36,10 @@ test('T12819', normal, compile_fail, ['']) test('UnliftedPSBind', normal, compile_fail, ['']) test('T13349', normal, compile_fail, ['']) test('T13470', normal, compile_fail, ['']) +test('T14112', normal, compile_fail, ['']) +test('T14114', normal, compile_fail, ['']) +test('T14380', normal, compile_fail, ['']) +test('T14498', normal, compile_fail, ['']) +test('T14552', normal, compile_fail, ['']) +test('T14507', normal, compile_fail, ['-dsuppress-uniques']) +test('T15289', normal, compile_fail, ['']) |