diff options
author | Vladislav Zavialov <vlad.z.4096@gmail.com> | 2022-12-06 12:30:23 +0300 |
---|---|---|
committer | Vladislav Zavialov <vlad.z.4096@gmail.com> | 2022-12-06 12:30:23 +0300 |
commit | 108c316ac365a61a89912d2b0eb77a7a59cdea13 (patch) | |
tree | 8f16a2544d10b58f1f75257f2e76fceb5994b251 | |
parent | 062bf0c95ccec830413177854f2d7567e6996bd1 (diff) | |
download | haskell-wip/int-index/emb-type.tar.gz |
VDQ: mark T18863a brokenwip/int-index/emb-type
-rw-r--r-- | testsuite/tests/saks/should_fail/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/saks/should_fail/all.T b/testsuite/tests/saks/should_fail/all.T index 98345aa2ca..1dc7db939d 100644 --- a/testsuite/tests/saks/should_fail/all.T +++ b/testsuite/tests/saks/should_fail/all.T @@ -32,6 +32,6 @@ test('T16725', normal, compile_fail, ['']) test('T16826', normal, compile_fail, ['']) test('T16756b', normal, compile_fail, ['']) test('T16758', normal, compile_fail, ['']) -test('T18863a', normal, compile_fail, ['']) +test('T18863a', expect_broken(22326), compile_fail, ['']) # TODO (int-index): ticket for specificity subsumption test('T18863b', normal, compile_fail, ['']) test('T20916', normal, compile_fail, ['']) |