summaryrefslogtreecommitdiff
path: root/test/files/run/elidable-opt.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/elidable-opt.scala')
-rw-r--r--test/files/run/elidable-opt.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/files/run/elidable-opt.scala b/test/files/run/elidable-opt.scala
index a2f29d2caf..6a603084b7 100644
--- a/test/files/run/elidable-opt.scala
+++ b/test/files/run/elidable-opt.scala
@@ -80,6 +80,5 @@ object Test {
Class.forName(className).getMethod(methodName)
}
}
- Class.forName("T$class").getMethod("f3", classOf[T])
}
}