Commit 8632ed40 by Tom Tromey Committed by Tom Tromey

* libjava.compile/narrow_case.java: New file.

From-SVN: r56604
parent 7acc97e0
2002-08-26 Tom Tromey <tromey@redhat.com>
* libjava.compile/narrow_case.java: New file.
2002-08-25 Adam Megacz <adam@xwt.org>
* lib/libjava.exp: don't apply -no-install when platform is mingw.
......
public class narrow_case
{
private int test(byte b)
{
switch (b)
{
case '0' :return 0;
}
return 99;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment