New tests.
From-SVN: r33202
This commit is contained in:
parent
256309e4e9
commit
2b0807d3bc
4 changed files with 34 additions and 0 deletions
13
libjava/testsuite/libjava.compile/support/PR207_A.java
Normal file
13
libjava/testsuite/libjava.compile/support/PR207_A.java
Normal file
|
@ -0,0 +1,13 @@
|
|||
package support;
|
||||
|
||||
public final class PR207_A {
|
||||
static
|
||||
{
|
||||
String s = System.getProperty ("soylent");
|
||||
}
|
||||
|
||||
public static String hello ()
|
||||
{
|
||||
return "green";
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue