aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/impconvtimes.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/impconvtimes.scala')
-rw-r--r--tests/pending/run/impconvtimes.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pending/run/impconvtimes.scala b/tests/pending/run/impconvtimes.scala
index 477a16a89..0dbbf7bca 100644
--- a/tests/pending/run/impconvtimes.scala
+++ b/tests/pending/run/impconvtimes.scala
@@ -9,7 +9,7 @@ object Test {
def *(newUnit: Unit) = Measure(scalar, newUnit)
}
- implicit def double2Measure(scalar: Double) =
+ implicit def double2Measure(scalar: Double): Test.Measure =
Measure(scalar, NoUnit)