From bc9a3475f308e78de193e4072f11e2edb7f7a72b Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Sun, 6 Mar 2011 10:07:51 +0000 Subject: Re-enabling the disabled signature test along w... Re-enabling the disabled signature test along with changes which allow it to pass. Closes #4238 again, no review. (But would anyone like to expand the signature tests? Great idea, extempore!) --- test/files/jvm/JavaInteraction.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/jvm/JavaInteraction.scala') diff --git a/test/files/jvm/JavaInteraction.scala b/test/files/jvm/JavaInteraction.scala index 0381d6aa82..26fbc17e58 100644 --- a/test/files/jvm/JavaInteraction.scala +++ b/test/files/jvm/JavaInteraction.scala @@ -16,7 +16,7 @@ p.x = 5 p.c = java.awt.Color[r=255,g=0,b=0] p.getX() = 5.0 p.getC() = java.awt.Color[r=255,g=0,b=0] - """.trim + "\n" + """.trim def connect() = { val p = new ColoredPoint(5, 7, Color.RED); -- cgit v1.2.3