aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/reify_lazyunit.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/reify_lazyunit.check')
-rw-r--r--tests/pending/run/reify_lazyunit.check6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/pending/run/reify_lazyunit.check b/tests/pending/run/reify_lazyunit.check
deleted file mode 100644
index 579ecfe8a..000000000
--- a/tests/pending/run/reify_lazyunit.check
+++ /dev/null
@@ -1,6 +0,0 @@
-reify_lazyunit.scala:6: warning: a pure expression does nothing in statement position; you may be omitting necessary parentheses
- lazy val x = { 0; println("12")}
- ^
-12
-one
-two