summaryrefslogtreecommitdiff
path: root/test/files/run/t2337.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t2337.scala')
-rw-r--r--test/files/run/t2337.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t2337.scala b/test/files/run/t2337.scala
index 86a372ce56..edb574cba4 100644
--- a/test/files/run/t2337.scala
+++ b/test/files/run/t2337.scala
@@ -10,7 +10,7 @@ object Test {
// throw new Exception("Unsupported compare " + first + "; " + second)
}
}
-
+
def main(args: Array[String]): Unit = {
println("Both Int", -1, compare(0, 1))
println("Both Float", 1, compare(1.0, 0.0))