summaryrefslogtreecommitdiff
path: root/test/files/run/t5912.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2013-05-26 05:35:36 -0700
committerPaul Phillips <paulp@improving.org>2013-05-26 05:35:36 -0700
commit970c245a3e96cb52167428bef80d7e772876bd12 (patch)
tree88dcc988c63ee88c27a8c392939500697d629826 /test/files/run/t5912.scala
parent3df072e668b4a3011e990dd2e63a99ebd5189af5 (diff)
parente037c9a3c12e21104a5aaf15d2bf27779cc3fd12 (diff)
downloadscala-970c245a3e96cb52167428bef80d7e772876bd12.tar.gz
scala-970c245a3e96cb52167428bef80d7e772876bd12.tar.bz2
scala-970c245a3e96cb52167428bef80d7e772876bd12.zip
Merge pull request #2591 from som-snytt/topic/partest-inches
SI-7003 Partest redirects stderr to log file
Diffstat (limited to 'test/files/run/t5912.scala')
-rw-r--r--test/files/run/t5912.scala3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/files/run/t5912.scala b/test/files/run/t5912.scala
index 7710d04396..9418e946d0 100644
--- a/test/files/run/t5912.scala
+++ b/test/files/run/t5912.scala
@@ -1,6 +1,7 @@
+import scala.language.existentials
object Test extends App{
import scala.reflect.runtime.{currentMirror=>cm}
import scala.tools.reflect._
import scala.reflect.runtime.universe._
val tree = cm.mkToolBox().typeCheck( Literal(Constant("test")) )
-} \ No newline at end of file
+}