summaryrefslogtreecommitdiff
path: root/test/files/pos/spec-funs.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/spec-funs.scala')
-rw-r--r--test/files/pos/spec-funs.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/pos/spec-funs.scala b/test/files/pos/spec-funs.scala
index 5fea5e9560..d54dfd8227 100644
--- a/test/files/pos/spec-funs.scala
+++ b/test/files/pos/spec-funs.scala
@@ -54,10 +54,10 @@ final class ClosureTest {
}
}
-object TestInt extends testing.Benchmark {
+object TestInt extends scala.testing.Benchmark {
def run() = (new IntTest).run()
}
-object TestClosure extends testing.Benchmark {
+object TestClosure extends scala.testing.Benchmark {
def run() = (new ClosureTest).run()
}