summaryrefslogtreecommitdiff
path: root/test/files/res/bug831/NewScalaParserXXX.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/res/bug831/NewScalaParserXXX.scala')
-rw-r--r--test/files/res/bug831/NewScalaParserXXX.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/res/bug831/NewScalaParserXXX.scala b/test/files/res/bug831/NewScalaParserXXX.scala
index 88c81637f0..e5af487def 100644
--- a/test/files/res/bug831/NewScalaParserXXX.scala
+++ b/test/files/res/bug831/NewScalaParserXXX.scala
@@ -7,7 +7,7 @@ trait ScalaNodeScannerXXX {
trait UnfixedImpl extends NodeImpl { def self : Unfixed; }
}
//def f = { Console.println("hello"); 42; }
-//for (val ns <-n; val i <- 0.until(ns)) yield f;
+//for (ns <-n; val i <- 0.until(ns)) yield f;
trait NewScalaScannerXXX extends ScalaNodeScannerXXX {