summaryrefslogtreecommitdiff
path: root/test/files/run/reflection-constructormirror-nested-badpath.check
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@epfl.ch>2012-07-20 00:32:39 -0700
committerAdriaan Moors <adriaan.moors@epfl.ch>2012-07-20 00:32:39 -0700
commita8bd1e25b9fe32a8eff2f51ee3bfa527440beb84 (patch)
treee5ce970714407e6269b4d5a1255bc8947c99a4a4 /test/files/run/reflection-constructormirror-nested-badpath.check
parentcf2a36315f380391a4bdf9f3f608715b392ccca6 (diff)
parentbaf3d1a2516e69660cd9a3d6ea3120327885fe93 (diff)
downloadscala-a8bd1e25b9fe32a8eff2f51ee3bfa527440beb84.tar.gz
scala-a8bd1e25b9fe32a8eff2f51ee3bfa527440beb84.tar.bz2
scala-a8bd1e25b9fe32a8eff2f51ee3bfa527440beb84.zip
Merge pull request #929 from scalamacros/ticket/5895
fixes field mirrors and also improves docs and exceptions for all mirrors
Diffstat (limited to 'test/files/run/reflection-constructormirror-nested-badpath.check')
-rw-r--r--test/files/run/reflection-constructormirror-nested-badpath.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/reflection-constructormirror-nested-badpath.check b/test/files/run/reflection-constructormirror-nested-badpath.check
index 9ceb603dc2..acd21df9c0 100644
--- a/test/files/run/reflection-constructormirror-nested-badpath.check
+++ b/test/files/run/reflection-constructormirror-nested-badpath.check
@@ -1,2 +1,2 @@
-this is a static class, use reflectClass on a RuntimeMirror to obtain its ClassMirror
+class R is a static class, use reflectClass on a RuntimeMirror to obtain its ClassMirror
()