summaryrefslogtreecommitdiff
path: root/test/files/pos/t2060.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t2060.scala')
-rwxr-xr-xtest/files/pos/t2060.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t2060.scala b/test/files/pos/t2060.scala
index 2c701150e4..cf7250f545 100755
--- a/test/files/pos/t2060.scala
+++ b/test/files/pos/t2060.scala
@@ -4,7 +4,7 @@
* line':
*
* val failure = 1.0 + new Op[Int]
- *
+ *
* we reduce the problem to finding a function from Double to
* {+: _ >: Op[Int] <: Any}, that is, a method which takes
* an argument which is an Op[Int] or a supertype thereof.