re PR java/16927 (assert statement fails at -O1 and above)
2004-09-24 Andrew Haley <aph@redhat.com> PR java/16927 * testsuite/libjava.compile/AssertBug.java: New file. From-SVN: r88035
This commit is contained in:
committed by
Andrew Haley
parent
4827be7a8d
commit
0a41faf022
@@ -0,0 +1,7 @@
|
||||
// PR java/16927
|
||||
public class AssertBug {
|
||||
public void bug(Integer i) {
|
||||
assert(false):
|
||||
i.toString() + "!";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user