summaryrefslogtreecommitdiff
path: root/src/library/scala/testing/Benchmark.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/scala/testing/Benchmark.scala')
-rw-r--r--src/library/scala/testing/Benchmark.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/scala/testing/Benchmark.scala b/src/library/scala/testing/Benchmark.scala
index 9c07fcab4f..3794fb3f2b 100644
--- a/src/library/scala/testing/Benchmark.scala
+++ b/src/library/scala/testing/Benchmark.scala
@@ -8,7 +8,7 @@
package scala.testing
-import compat.Platform
+import scala.compat.Platform
/** `Benchmark` can be used to quickly turn an existing class into a
* benchmark. Here is a short example: