summaryrefslogtreecommitdiff
path: root/test/files/buildmanager/t2562/B.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/buildmanager/t2562/B.scala')
-rw-r--r--test/files/buildmanager/t2562/B.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/buildmanager/t2562/B.scala b/test/files/buildmanager/t2562/B.scala
index 6f658954e1..a524e5cc84 100644
--- a/test/files/buildmanager/t2562/B.scala
+++ b/test/files/buildmanager/t2562/B.scala
@@ -1,6 +1,6 @@
object B
{
- def x0 = A.x1
+ def x0 = A.x1
def x1 = A.x2
def x2 = A.x3
}