summaryrefslogtreecommitdiff
path: root/test/files/run/t5271_3.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-04-23 02:39:31 -0700
committerPaul Phillips <paulp@improving.org>2012-04-23 02:39:31 -0700
commit3b61d19cdc7a4836aaee92dd45c811808da66e18 (patch)
tree277e18c0b3de6aca9742fa5d72ead981e5b25cf8 /test/files/run/t5271_3.scala
parent14df5d74b58505e082d6f7c0e42b51249d35eec4 (diff)
parent3ddd3486095c3d6a87f723e0ff8187d1b08f5507 (diff)
downloadscala-3b61d19cdc7a4836aaee92dd45c811808da66e18.tar.gz
scala-3b61d19cdc7a4836aaee92dd45c811808da66e18.tar.bz2
scala-3b61d19cdc7a4836aaee92dd45c811808da66e18.zip
Merge commit 'refs/pull/424/head' into develop
Diffstat (limited to 'test/files/run/t5271_3.scala')
-rw-r--r--test/files/run/t5271_3.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/run/t5271_3.scala b/test/files/run/t5271_3.scala
index 5fd94f4a2b..646b10a8e5 100644
--- a/test/files/run/t5271_3.scala
+++ b/test/files/run/t5271_3.scala
@@ -10,4 +10,5 @@ object Test extends App {
val toolbox = mkToolBox()
println(code.tree)
+ println(code.eval)
}