diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2016-09-29 09:23:11 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2016-09-29 09:23:32 +0100 |
commit | 13d3b531aa565b0fc602feb312f3054e4f1f380a (patch) | |
tree | 93c356b6aa092f50065d0ba9b81233b243699535 /testsuite/tests/partial-sigs/should_fail/all.T | |
parent | 0b6024c6fc7c7226d9ba2373eb2a5b7a08311a2e (diff) | |
download | haskell-13d3b531aa565b0fc602feb312f3054e4f1f380a.tar.gz |
Test Trac #12634
Diffstat (limited to 'testsuite/tests/partial-sigs/should_fail/all.T')
-rw-r--r-- | testsuite/tests/partial-sigs/should_fail/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/partial-sigs/should_fail/all.T b/testsuite/tests/partial-sigs/should_fail/all.T index e8f5928c45..dca7f480ed 100644 --- a/testsuite/tests/partial-sigs/should_fail/all.T +++ b/testsuite/tests/partial-sigs/should_fail/all.T @@ -62,4 +62,4 @@ test('T11122', normal, compile, ['']) test('T11976', normal, compile_fail, ['']) test('PatBind3', normal, compile_fail, ['']) test('T12039', normal, compile_fail, ['']) - +test('T12634', normal, compile_fail, ['']) |