summaryrefslogtreecommitdiff
path: root/test/files/run/t408.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t408.scala')
-rw-r--r--test/files/run/t408.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t408.scala b/test/files/run/t408.scala
index 9e51e881ed..4d3dcbcb84 100644
--- a/test/files/run/t408.scala
+++ b/test/files/run/t408.scala
@@ -2,7 +2,7 @@ object Test
{
val a = scala.collection.immutable.Set.empty ++ (0 to 100000)
val b = scala.collection.immutable.Set.empty ++ (0 to 100000)
-
+
def main(args: Array[String]): Unit = {
a -- b
a -- b