summaryrefslogtreecommitdiff
path: root/test/files/run/Course-2002-03.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/Course-2002-03.scala')
-rw-r--r--test/files/run/Course-2002-03.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/Course-2002-03.scala b/test/files/run/Course-2002-03.scala
index 5a470a3561..efb3c81446 100644
--- a/test/files/run/Course-2002-03.scala
+++ b/test/files/run/Course-2002-03.scala
@@ -238,7 +238,7 @@ object M8 {
val buffer: StringBuilder = new StringBuilder();
buffer.append('[');
foreach(i => {
- if (buffer.length() > 1) {buffer.append(','); ()}; // !!! ; ()
+ if (buffer.length > 1) {buffer.append(','); ()}; // !!! ; ()
buffer.append(i);
()});
buffer.append(']');