]> gcc.gnu.org Git - gcc.git/blame - libjava/testsuite/libjava.lang/PR8866.java
Run the jni tests using the interpreter.
[gcc.git] / libjava / testsuite / libjava.lang / PR8866.java
CommitLineData
f2d80e7e
MM
1public class PR8866
2{
3 public static void main (String args[])
4 {
5 String attTypeString = "";
6
7 switch (args.length) {
8 case 1:
9 attTypeString = "string";
10 case 4:
11 attTypeString = "ID";;
12 case 5:
13 attTypeString = "IDREF";;
14 case 6:
15 attTypeString = "NMTOKEN";;
16 case 7:
17 attTypeString = "NOTATION";;
18 default:
19 ;
20 }
21 }
22}
This page took 0.134616 seconds and 5 git commands to generate.