summaryrefslogtreecommitdiff
path: root/test/files/run/macro-subpatterns.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/macro-subpatterns.check')
-rw-r--r--test/files/run/macro-subpatterns.check6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/files/run/macro-subpatterns.check b/test/files/run/macro-subpatterns.check
index b34d4bf4a1..4997146cf2 100644
--- a/test/files/run/macro-subpatterns.check
+++ b/test/files/run/macro-subpatterns.check
@@ -1,3 +1,3 @@
-List((a @ Extractor((b @ Extractor((c @ _))))))
-List((b @ Extractor((c @ _))))
-List((c @ _))
+Some(List((a @ Extractor((b @ Extractor((c @ _)))))))
+Some(List((b @ Extractor((c @ _)))))
+Some(List((c @ _)))