OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [testsuite/] [libjava.lang/] [PR8866.java] - Blame information for rev 765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 765 jeremybenn
public 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
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.