summaryrefslogtreecommitdiff
path: root/test/files/run/repl-reset.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-11-04 21:09:20 +0000
committerPaul Phillips <paulp@improving.org>2011-11-04 21:09:20 +0000
commit54435d633e71d303c07053c90c910b9f1f7f5dc6 (patch)
treed0b705101ccffad76c3c3dff67c4a5587877802d /test/files/run/repl-reset.scala
parent1d4f2d4aa3066d2b3c8b7ecb1ad29d1610026b00 (diff)
downloadscala-54435d633e71d303c07053c90c910b9f1f7f5dc6.tar.gz
scala-54435d633e71d303c07053c90c910b9f1f7f5dc6.tar.bz2
scala-54435d633e71d303c07053c90c910b9f1f7f5dc6.zip
Attempt to fix failing test.
No review.
Diffstat (limited to 'test/files/run/repl-reset.scala')
-rw-r--r--test/files/run/repl-reset.scala6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/files/run/repl-reset.scala b/test/files/run/repl-reset.scala
index 95cc48b942..ad1602b17e 100644
--- a/test/files/run/repl-reset.scala
+++ b/test/files/run/repl-reset.scala
@@ -13,6 +13,10 @@ object Test extends ReplTest {
|new BippyBungus
|class BippyBungus() { def f = 5 }
|{ new BippyBungus ; x1 }
- |:javap BippyBungus
""".stripMargin
+
+ // would be nice if we could count on javap being present
+ // but no
+ //
+ // |:javap BippyBungus
}