aboutsummaryrefslogtreecommitdiff
path: root/libjava/testsuite/libjava.compile/AssertBug.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/testsuite/libjava.compile/AssertBug.java')
-rw-r--r--libjava/testsuite/libjava.compile/AssertBug.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/libjava/testsuite/libjava.compile/AssertBug.java b/libjava/testsuite/libjava.compile/AssertBug.java
deleted file mode 100644
index 3938b11..0000000
--- a/libjava/testsuite/libjava.compile/AssertBug.java
+++ /dev/null
@@ -1,7 +0,0 @@
-// PR java/16927
-public class AssertBug {
- public void bug(Integer i) {
- assert(false):
- i.toString() + "!";
- }
-}