summaryrefslogtreecommitdiff
path: root/test/checker-tests/fail12.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/checker-tests/fail12.scala')
-rw-r--r--test/checker-tests/fail12.scala6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/checker-tests/fail12.scala b/test/checker-tests/fail12.scala
index 7568311454..27c212ac65 100644
--- a/test/checker-tests/fail12.scala
+++ b/test/checker-tests/fail12.scala
@@ -5,12 +5,12 @@ class A {
// or:
// do () while (b == false)
}
- }
+ }
}
-//
+//
// [Now checking: erasure]
// [check: erasure] New symbols: BoxedUnit UNIT runtime scala
-// /tmp/fail.scala:4: error:
+// /tmp/fail.scala:4: error:
// **** ERROR DURING INTERNAL CHECKING ****
// type mismatch;
// found : scala.runtime.BoxedUnit