summaryrefslogtreecommitdiff
path: root/test/files/run/t3980.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t3980.scala')
-rw-r--r--test/files/run/t3980.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t3980.scala b/test/files/run/t3980.scala
index 4e693eba9b..c140176ce4 100644
--- a/test/files/run/t3980.scala
+++ b/test/files/run/t3980.scala
@@ -2,7 +2,7 @@ object A {
def run1 {
lazy val x: Unit = {(); println("once")}
x
- x
+ x
}
def run2 {
lazy val y: Int = 2