diff options
Diffstat (limited to 'libjava/testsuite/libjava.compile/PR16701.java')
-rw-r--r-- | libjava/testsuite/libjava.compile/PR16701.java | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libjava/testsuite/libjava.compile/PR16701.java b/libjava/testsuite/libjava.compile/PR16701.java deleted file mode 100644 index 60d459a..0000000 --- a/libjava/testsuite/libjava.compile/PR16701.java +++ /dev/null @@ -1,10 +0,0 @@ -class Cl -{ - private static final int CONSTANT1 = 0x001; - public static final int CONSTANT2 = 0x002 >> CONSTANT1; -} - -public class PR16701 -{ - public static final int VALUE = Cl.CONSTANT2; -} |