summaryrefslogtreecommitdiff
path: root/test/files/run/t1430/Test_2.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t1430/Test_2.scala')
-rw-r--r--test/files/run/t1430/Test_2.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t1430/Test_2.scala b/test/files/run/t1430/Test_2.scala
index 7af65de5cd..278d9c7fd3 100644
--- a/test/files/run/t1430/Test_2.scala
+++ b/test/files/run/t1430/Test_2.scala
@@ -6,7 +6,7 @@ package s {
class Baz(x: j.Bar_1) {
x.foo
override def toString = "Baz"
- }
+ }
}
object Test {