aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/macro-subpatterns.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/macro-subpatterns.check')
-rw-r--r--tests/pending/run/macro-subpatterns.check3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/pending/run/macro-subpatterns.check b/tests/pending/run/macro-subpatterns.check
deleted file mode 100644
index 4997146cf..000000000
--- a/tests/pending/run/macro-subpatterns.check
+++ /dev/null
@@ -1,3 +0,0 @@
-Some(List((a @ Extractor((b @ Extractor((c @ _)))))))
-Some(List((b @ Extractor((c @ _)))))
-Some(List((c @ _)))