summaryrefslogtreecommitdiff
path: root/test/files/run/reflection-magicsymbols-invoke.check
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2014-01-25 09:45:51 +0300
committerEugene Burmako <xeno.by@gmail.com>2014-01-25 09:49:14 +0300
commit6c7ceb611f574a578a67c2cd653b211e555b7898 (patch)
tree4bd02fcadb35eacb252d740acd56562259999069 /test/files/run/reflection-magicsymbols-invoke.check
parent6c1129bdc274eeb822a1924cb22d852ea9cd62de (diff)
downloadscala-6c7ceb611f574a578a67c2cd653b211e555b7898.tar.gz
scala-6c7ceb611f574a578a67c2cd653b211e555b7898.tar.bz2
scala-6c7ceb611f574a578a67c2cd653b211e555b7898.zip
SI-7328 FieldMirrors now support value classes
Diffstat (limited to 'test/files/run/reflection-magicsymbols-invoke.check')
-rw-r--r--test/files/run/reflection-magicsymbols-invoke.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/reflection-magicsymbols-invoke.check b/test/files/run/reflection-magicsymbols-invoke.check
index 7f9767f095..43116858de 100644
--- a/test/files/run/reflection-magicsymbols-invoke.check
+++ b/test/files/run/reflection-magicsymbols-invoke.check
@@ -28,7 +28,7 @@ it's important to print the list of AnyVal's members
if some of them change (possibly, adding and/or removing magic symbols), we must update this test
constructor AnyVal: ()AnyVal
method getClass: ()Class[_ <: AnyVal]
-testing AnyVal.<init>: class scala.ScalaReflectionException: unsupported symbol constructor AnyVal when invoking constructor mirror for scala.AnyVal.<init>(): AnyVal (bound to null)
+testing AnyVal.<init>: class scala.ScalaReflectionException: unsupported symbol constructor AnyVal when invoking bytecodeless method mirror for scala.AnyVal.<init>(): AnyVal (bound to null)
testing AnyVal.getClass: class scala.ScalaReflectionException: expected a member of class Integer, you provided method scala.AnyVal.getClass
============
AnyRef