summaryrefslogtreecommitdiff
path: root/test/files/run/elidable-noflags.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/elidable-noflags.scala')
-rw-r--r--test/files/run/elidable-noflags.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/elidable-noflags.scala b/test/files/run/elidable-noflags.scala
index 1b9c5118bb..5192e34096 100644
--- a/test/files/run/elidable-noflags.scala
+++ b/test/files/run/elidable-noflags.scala
@@ -9,7 +9,7 @@ object Test {
@elidable(100000) def f5() = println("Good for me, I was not elided.")
@elidable(OFF) def f6() = println("Good for me, I was not elided.")
@elidable(ALL) def f7() = println("ESPECIALLY good for me, I was not elided.")
-
+
def main(args: Array[String]): Unit = {
f1()
f2()