summaryrefslogtreecommitdiff
path: root/test/files/run/t5271_3.scala
diff options
context:
space:
mode:
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)
}