summaryrefslogtreecommitdiff
path: root/test/files/run/lazy-exprs.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/lazy-exprs.check')
-rw-r--r--test/files/run/lazy-exprs.check3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/run/lazy-exprs.check b/test/files/run/lazy-exprs.check
index 2aaa0be3f6..e77d204251 100644
--- a/test/files/run/lazy-exprs.check
+++ b/test/files/run/lazy-exprs.check
@@ -8,3 +8,6 @@ lazy val in if condition: forced <z1>
ok
lazy val in pattern: forced LazyField
ok
+lazy val with patterns:
+x and y: xy(x, y)
+x1 and y1: x1y1(x1, y1)