From 2b0807d3bcef4b423d618c1c2e4b484e843157f7 Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Mon, 17 Apr 2000 05:26:20 +0000 Subject: New tests. From-SVN: r33202 --- libjava/testsuite/libjava.compile/PR207.java | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 libjava/testsuite/libjava.compile/PR207.java (limited to 'libjava/testsuite/libjava.compile/PR207.java') diff --git a/libjava/testsuite/libjava.compile/PR207.java b/libjava/testsuite/libjava.compile/PR207.java new file mode 100644 index 0000000..97b10f0 --- /dev/null +++ b/libjava/testsuite/libjava.compile/PR207.java @@ -0,0 +1,6 @@ +class PR207 { + PR207 (String s) + { + System.out.println (s + support.PR207_A.hello()); + } +} -- cgit v1.1