summaryrefslogtreecommitdiff
path: root/test/files/run/t3714.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t3714.scala')
-rw-r--r--test/files/run/t3714.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t3714.scala b/test/files/run/t3714.scala
index 2d600f97f1..c344b40f1f 100644
--- a/test/files/run/t3714.scala
+++ b/test/files/run/t3714.scala
@@ -21,7 +21,7 @@ object Test {
case BreakImpl(x) => x
case _ => -1
}
-
+
def main(args: Array[String]) {
val break = BreakImpl(22)
// assert(f1(break) == 22)