aboutsummaryrefslogtreecommitdiff
path: root/tests/disabled/macro/run/reify_lazyunit.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/disabled/macro/run/reify_lazyunit.check')
-rw-r--r--tests/disabled/macro/run/reify_lazyunit.check6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/disabled/macro/run/reify_lazyunit.check b/tests/disabled/macro/run/reify_lazyunit.check
new file mode 100644
index 000000000..579ecfe8a
--- /dev/null
+++ b/tests/disabled/macro/run/reify_lazyunit.check
@@ -0,0 +1,6 @@
+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