summaryrefslogtreecommitdiff
path: root/test/pending/run/t5943b1.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/run/t5943b1.scala')
-rw-r--r--test/pending/run/t5943b1.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pending/run/t5943b1.scala b/test/pending/run/t5943b1.scala
index 0d54718753..79c638fedc 100644
--- a/test/pending/run/t5943b1.scala
+++ b/test/pending/run/t5943b1.scala
@@ -6,5 +6,5 @@ import scala.tools.reflect.ToolBox
object Test extends App {
val tb = cm.mkToolBox()
val expr = tb.parse("math.sqrt(4.0)")
- println(tb.typeCheck(expr))
+ println(tb.typecheck(expr))
} \ No newline at end of file