2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / libjava / testsuite / libjava.lang / PR8866.java
blobfa620667445582f10dc72e908d95030eb89824b5
1 public class PR8866
3 public static void main (String args[])
5 String attTypeString = "";
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: