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