summaryrefslogtreecommitdiff
path: root/test/pending/run/reify_closure6.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/run/reify_closure6.check')
-rw-r--r--test/pending/run/reify_closure6.check6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/pending/run/reify_closure6.check b/test/pending/run/reify_closure6.check
index 3526d04b0e..e521ea874d 100644
--- a/test/pending/run/reify_closure6.check
+++ b/test/pending/run/reify_closure6.check
@@ -1,3 +1,7 @@
+q = 1
+y = 1
first invocation = 15
-second invocation = 18
+q = 2
+y = 1
+second invocation = 17
q after second invocation = 2