aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/reify_lazyevaluation.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/reify_lazyevaluation.check')
-rw-r--r--tests/pending/run/reify_lazyevaluation.check8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/pending/run/reify_lazyevaluation.check b/tests/pending/run/reify_lazyevaluation.check
deleted file mode 100644
index 1c7f96cd9..000000000
--- a/tests/pending/run/reify_lazyevaluation.check
+++ /dev/null
@@ -1,8 +0,0 @@
-s = Susp(?)
-evaluating...
-s() = 3
-s = Susp(3)
-2 + s = 5
-sl2 = Susp(?)
-sl2() = Some(3)
-sl2 = Susp(Some(3))