diff options
author | Dr. ERDI Gergo <gergo@erdi.hu> | 2014-04-10 22:13:00 +0800 |
---|---|---|
committer | Dr. ERDI Gergo <gergo@erdi.hu> | 2014-04-10 22:13:00 +0800 |
commit | c269b7e85524f4a8be3cd0f00e107207ab9197af (patch) | |
tree | e25482d333d72167f65cfe44f2c184b6eaf257e2 /testsuite | |
parent | b8132a9d2fdb93c5d30107b1d531dd73ac27b262 (diff) | |
download | haskell-c269b7e85524f4a8be3cd0f00e107207ab9197af.tar.gz |
Split off pattern synonym definition checking from pattern inversion
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/patsyn/should_fail/all.T | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/patsyn/should_fail/all.T b/testsuite/tests/patsyn/should_fail/all.T index 2590a308a4..897808ef1d 100644 --- a/testsuite/tests/patsyn/should_fail/all.T +++ b/testsuite/tests/patsyn/should_fail/all.T @@ -3,3 +3,4 @@ test('mono', normal, compile_fail, ['']) test('unidir', normal, compile_fail, ['']) test('local', normal, compile_fail, ['']) test('T8961', normal, multimod_compile_fail, ['T8961','']) +test('as-pattern', normal, compile_fail, ['']) |