aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/t1168.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pos/t1168.scala')
-rw-r--r--tests/pos/t1168.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pos/t1168.scala b/tests/pos/t1168.scala
index 75638e792..f43436812 100644
--- a/tests/pos/t1168.scala
+++ b/tests/pos/t1168.scala
@@ -6,7 +6,7 @@ object Test extends App {
throw new Exception
} catch {
case e : SpecialException => {
- println("matched SpecialException: "+e)
+ println("matched SpecialException: " + e)
assume(e.isInstanceOf[SpecialException])
}
case e : Exception => {