summaryrefslogtreecommitdiff
path: root/test/files/run/reflection-magicsymbols-invoke.check
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2013-07-23 17:52:56 +0200
committerEugene Burmako <xeno.by@gmail.com>2013-07-23 19:48:09 +0200
commit2864c7f2d744661b2ffc528c1180ad0596a07483 (patch)
tree2a1619677087adad03057b7021f2efbe53095ed2 /test/files/run/reflection-magicsymbols-invoke.check
parentfc4b464faeb43c3e2917b11a95c4f84481c443f7 (diff)
downloadscala-2864c7f2d744661b2ffc528c1180ad0596a07483.tar.gz
scala-2864c7f2d744661b2ffc528c1180ad0596a07483.tar.bz2
scala-2864c7f2d744661b2ffc528c1180ad0596a07483.zip
brings JavaMirrors up to speed with ClassfileParser
Apparently there are still discrepancies between how the vanilla compiler turns class files into symbols and how the reflective compiler does it. Working on bringing these guys in sync, one bug at a time.
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 f5258efeb7..352aefaf25 100644
--- a/test/files/run/reflection-magicsymbols-invoke.check
+++ b/test/files/run/reflection-magicsymbols-invoke.check
@@ -82,7 +82,7 @@ Array
it's important to print the list of Array's members
if some of them change (possibly, adding and/or removing magic symbols), we must update this test
constructor Array: (_length: Int)Array[T]
-constructor Object: ()java.lang.Object
+constructor Cloneable: ()java.lang.Cloneable
method !=: (x$1: Any)Boolean
method !=: (x$1: AnyRef)Boolean
method ##: ()Int