summaryrefslogtreecommitdiff
path: root/test/files/run/t7185.check
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2014-01-03 02:31:39 -0800
committerJason Zaugg <jzaugg@gmail.com>2014-01-03 02:31:39 -0800
commit718b26baa6113bef9ce3ebc7c439e099615db78d (patch)
tree91b1cb0bc479cf43a25febacb8740c72826126d2 /test/files/run/t7185.check
parent5c9b070fcf64fa17870248b7f856c4e7520f865f (diff)
parentf417380637428d8a57c38d2305c9cf09fd7d6366 (diff)
downloadscala-718b26baa6113bef9ce3ebc7c439e099615db78d.tar.gz
scala-718b26baa6113bef9ce3ebc7c439e099615db78d.tar.bz2
scala-718b26baa6113bef9ce3ebc7c439e099615db78d.zip
Merge pull request #3254 from xeno-by/topic/typeCheck
typeCheck => typecheck
Diffstat (limited to 'test/files/run/t7185.check')
-rw-r--r--test/files/run/t7185.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t7185.check b/test/files/run/t7185.check
index 38449b3497..ebf85b731f 100644
--- a/test/files/run/t7185.check
+++ b/test/files/run/t7185.check
@@ -21,7 +21,7 @@ tree: reflect.runtime.universe.Apply =
}
}()
-scala> {val tb = reflect.runtime.currentMirror.mkToolBox(); tb.typeCheck(tree): Any}
+scala> {val tb = reflect.runtime.currentMirror.mkToolBox(); tb.typecheck(tree): Any}
res0: Any =
{
{