summaryrefslogtreecommitdiff
path: root/test/files/run/t3368.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t3368.scala')
-rw-r--r--test/files/run/t3368.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t3368.scala b/test/files/run/t3368.scala
index aaf34b43fb..15acba5099 100644
--- a/test/files/run/t3368.scala
+++ b/test/files/run/t3368.scala
@@ -14,5 +14,5 @@ object Test extends ParserTest {
}
"""
- override def extraSettings = s"${super.extraSettings} -Yxml:coalescing"
+ override def extraSettings = s"${super.extraSettings} -Xxml:coalescing"
}