From 54435d633e71d303c07053c90c910b9f1f7f5dc6 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Fri, 4 Nov 2011 21:09:20 +0000 Subject: Attempt to fix failing test. No review. --- test/files/run/repl-reset.check | 2 -- test/files/run/repl-reset.scala | 6 +++++- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'test/files/run') diff --git a/test/files/run/repl-reset.check b/test/files/run/repl-reset.check index 652948c63b..8c21ab067a 100644 --- a/test/files/run/repl-reset.check +++ b/test/files/run/repl-reset.check @@ -50,8 +50,6 @@ defined class BippyBungus scala> { new BippyBungus ; x1 } res2: Int = 4 -scala> :javap BippyBungus -Compiled from ""public class BippyBungus extends java.lang.Object implements scala.ScalaObject{ public int f(); public BippyBungus();} scala> scala> 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 } -- cgit v1.2.3