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/support/PR206_A.java | 8 ++++++++ libjava/testsuite/libjava.compile/support/PR207_A.java | 13 +++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 libjava/testsuite/libjava.compile/support/PR206_A.java create mode 100644 libjava/testsuite/libjava.compile/support/PR207_A.java (limited to 'libjava/testsuite/libjava.compile/support') diff --git a/libjava/testsuite/libjava.compile/support/PR206_A.java b/libjava/testsuite/libjava.compile/support/PR206_A.java new file mode 100644 index 0000000..dffd498 --- /dev/null +++ b/libjava/testsuite/libjava.compile/support/PR206_A.java @@ -0,0 +1,8 @@ +package support; + +public final class PR206_A { + static + { + String s = System.getProperty ("soylent"); + } +} diff --git a/libjava/testsuite/libjava.compile/support/PR207_A.java b/libjava/testsuite/libjava.compile/support/PR207_A.java new file mode 100644 index 0000000..1d465f5 --- /dev/null +++ b/libjava/testsuite/libjava.compile/support/PR207_A.java @@ -0,0 +1,13 @@ +package support; + +public final class PR207_A { + static + { + String s = System.getProperty ("soylent"); + } + + public static String hello () + { + return "green"; + } +} -- cgit v1.1