summaryrefslogtreecommitdiff
path: root/test/files/run/toolbox_typecheck_implicitsdisabled.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/toolbox_typecheck_implicitsdisabled.check')
-rw-r--r--test/files/run/toolbox_typecheck_implicitsdisabled.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/toolbox_typecheck_implicitsdisabled.check b/test/files/run/toolbox_typecheck_implicitsdisabled.check
index db64e118ca..009ba651fe 100644
--- a/test/files/run/toolbox_typecheck_implicitsdisabled.check
+++ b/test/files/run/toolbox_typecheck_implicitsdisabled.check
@@ -1,5 +1,5 @@
{
import scala.Predef._;
- scala.Predef.any2ArrowAssoc[Int](1).->[Int](2)
+ scala.Predef.ArrowAssoc[Int](1).->[Int](2)
}
scala.tools.reflect.ToolBoxError: reflective typecheck has failed: value -> is not a member of Int