summaryrefslogtreecommitdiff
path: root/test/files/pos/t2171.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t2171.scala')
-rw-r--r--test/files/pos/t2171.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t2171.scala b/test/files/pos/t2171.scala
index 6c754c76a6..a5663c96cd 100644
--- a/test/files/pos/t2171.scala
+++ b/test/files/pos/t2171.scala
@@ -3,5 +3,5 @@ final object test {
try 0 catch { case ex => println(msg) }
def main (args: Array[String]): Unit =
- while (true) logIgnoredException ("...")
+ while (true) logIgnoredException ("...")
}