summaryrefslogtreecommitdiff
path: root/test/files/jvm/JavaInteraction.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-04-14 14:25:46 +0000
committerPaul Phillips <paulp@improving.org>2011-04-14 14:25:46 +0000
commit09028a4fa5cf66a98080baa26cdadba29314c640 (patch)
tree161bc16133e945148e45d9ddb4cfcb2b76216134 /test/files/jvm/JavaInteraction.check
parent8707c9ecb3dfa8e3706c218ed8c780bbcb0b7217 (diff)
downloadscala-09028a4fa5cf66a98080baa26cdadba29314c640.tar.gz
scala-09028a4fa5cf66a98080baa26cdadba29314c640.tar.bz2
scala-09028a4fa5cf66a98080baa26cdadba29314c640.zip
Of late the test which fires up the window serv...
Of late the test which fires up the window server, which has already been the source of undue quantities of inconvenience, has taken to hanging indefinitely when I run the test suite on a remote machine. Rope at end, goodbye test, no review.
Diffstat (limited to 'test/files/jvm/JavaInteraction.check')
-rw-r--r--test/files/jvm/JavaInteraction.check4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/files/jvm/JavaInteraction.check b/test/files/jvm/JavaInteraction.check
deleted file mode 100644
index fb9d3cdd8c..0000000000
--- a/test/files/jvm/JavaInteraction.check
+++ /dev/null
@@ -1,4 +0,0 @@
-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]