summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2011-12-04 20:27:06 +0100
committerEugene Burmako <xeno.by@gmail.com>2011-12-04 20:46:58 +0100
commit9393efc68a2c057a9b6e7d1c148355024d46a8aa (patch)
tree02a4321829e1bff80b3a9c714437170e1717f0a5 /test
parent3e9e4ecf360e6eda5c26f798abfcb9bb882cf772 (diff)
downloadscala-9393efc68a2c057a9b6e7d1c148355024d46a8aa.tar.gz
scala-9393efc68a2c057a9b6e7d1c148355024d46a8aa.tar.bz2
scala-9393efc68a2c057a9b6e7d1c148355024d46a8aa.zip
Reification of classes now produces trees that can be compiled and run.
Multiple minor fixes to Martin's implementation of reflection infrastructure. Dominating theme is allowing for the fact that compilation via reflection involves numerous exports/imports between various reflection universes. Fixes SI-5230. Review by @odersky.
Diffstat (limited to 'test')
-rw-r--r--test/files/run/t5230.check2
-rw-r--r--test/files/run/t5230.scala (renamed from test/pending/run/t5230.scala)0
-rw-r--r--test/pending/run/t5230.check1
3 files changed, 2 insertions, 1 deletions
diff --git a/test/files/run/t5230.check b/test/files/run/t5230.check
new file mode 100644
index 0000000000..5db6ec9b38
--- /dev/null
+++ b/test/files/run/t5230.check
@@ -0,0 +1,2 @@
+2
+evaluated = null
diff --git a/test/pending/run/t5230.scala b/test/files/run/t5230.scala
index 5aab8f9290..5aab8f9290 100644
--- a/test/pending/run/t5230.scala
+++ b/test/files/run/t5230.scala
diff --git a/test/pending/run/t5230.check b/test/pending/run/t5230.check
deleted file mode 100644
index 5ef4ff4d04..0000000000
--- a/test/pending/run/t5230.check
+++ /dev/null
@@ -1 +0,0 @@
-evaluated = 2