diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2012-04-05 13:36:03 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2012-04-05 13:36:03 +0100 |
commit | 704c150bef519211b0bc9f18ec2aef49542b4d97 (patch) | |
tree | 7c85c2cbb4784ae1c8da39bda24cac60aaa2838d /testsuite/tests/arrows/should_compile | |
parent | 3a9ba4d11415ea38c7411f47960b9a5654f3b483 (diff) | |
download | haskell-704c150bef519211b0bc9f18ec2aef49542b4d97.tar.gz |
Actually test T5022!
Diffstat (limited to 'testsuite/tests/arrows/should_compile')
-rw-r--r-- | testsuite/tests/arrows/should_compile/all.T | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/arrows/should_compile/all.T b/testsuite/tests/arrows/should_compile/all.T index ab40907b5c..24e95e8ef6 100644 --- a/testsuite/tests/arrows/should_compile/all.T +++ b/testsuite/tests/arrows/should_compile/all.T @@ -17,3 +17,4 @@ test('arrowpat', normal, compile, ['']) test('T3964', normal, compile, ['']) test('T5283', normal, compile, ['']) test('T5267', expect_broken(5605), compile, ['']) +test('T5022', normal, compile, ['']) |