uesc.java: New file.
* libjava.compile/uesc.java: New file. * libjava.compile/uesc.xfail: New file. From-SVN: r40704
This commit is contained in:
parent
4aed89380c
commit
57df195483
@ -1,3 +1,8 @@
|
||||
2001-03-20 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* libjava.compile/uesc.java: New file.
|
||||
* libjava.compile/uesc.xfail: New file.
|
||||
|
||||
2001-03-16 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* lib/libjava.exp (libjava_arguments): Rewrote computation of
|
||||
|
9
libjava/testsuite/libjava.compile/uesc.java
Normal file
9
libjava/testsuite/libjava.compile/uesc.java
Normal file
@ -0,0 +1,9 @@
|
||||
public class uesc
|
||||
{
|
||||
public foo (Object[] v[])
|
||||
{
|
||||
char z = '\uuu00a0';
|
||||
char y = '\u00au0'; // At one point we erroneously
|
||||
// accepted this.
|
||||
}
|
||||
}
|
1
libjava/testsuite/libjava.compile/uesc.xfail
Normal file
1
libjava/testsuite/libjava.compile/uesc.xfail
Normal file
@ -0,0 +1 @@
|
||||
shouldfail
|
Loading…
Reference in New Issue
Block a user