summaryrefslogtreecommitdiffstats
path: root/libjava/testsuite/libjava.compile
diff options
context:
space:
mode:
authorjsturm <jsturm@138bc75d-0d04-0410-961f-82ee72b054a4>2003-11-18 04:19:24 +0000
committerjsturm <jsturm@138bc75d-0d04-0410-961f-82ee72b054a4>2003-11-18 04:19:24 +0000
commit56c32a94c5ec073610c1bdf1b3deedc70b3b37ce (patch)
tree7c0eb90e968ee8b55d347770fa03126d52242eae /libjava/testsuite/libjava.compile
parent0a9cade4921c89b066b78f6bd8b8c9728ecd13d0 (diff)
downloadppe42-gcc-56c32a94c5ec073610c1bdf1b3deedc70b3b37ce.tar.gz
ppe42-gcc-56c32a94c5ec073610c1bdf1b3deedc70b3b37ce.zip
* libjava.compile/PR12857.java: New test case.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73692 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/testsuite/libjava.compile')
-rw-r--r--libjava/testsuite/libjava.compile/PR12857.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/libjava/testsuite/libjava.compile/PR12857.java b/libjava/testsuite/libjava.compile/PR12857.java
new file mode 100644
index 00000000000..9ed234ff277
--- /dev/null
+++ b/libjava/testsuite/libjava.compile/PR12857.java
@@ -0,0 +1,4 @@
+// Based on original test case from Yves Martin.
+interface PR12857 {
+ static final String CONST = PR12857.class.getName();
+}
OpenPOWER on IntegriCloud