diff options
author | Alexandre Petit-Bianco <apbianco@gcc.gnu.org> | 2001-07-10 17:47:37 -0700 |
---|---|---|
committer | Alexandre Petit-Bianco <apbianco@gcc.gnu.org> | 2001-07-10 17:47:37 -0700 |
commit | aac560ac261e7a2fde599c6b162f99acd3348fe7 (patch) | |
tree | 7e25cf9cc0816f594312d12433b210413d1349e9 /libjava/testsuite/libjava.lang/TLtest.out | |
parent | dd7716320a0a6f287c967414534307e47468223d (diff) | |
download | gcc-aac560ac261e7a2fde599c6b162f99acd3348fe7.zip gcc-aac560ac261e7a2fde599c6b162f99acd3348fe7.tar.gz gcc-aac560ac261e7a2fde599c6b162f99acd3348fe7.tar.bz2 |
Makefile.am: Added `java/lang/ThreadLocal.java'.
libjava:
2001-07-10 Alexandre Petit-Bianco <apbianco@redhat.com>
* Makefile.am: Added `java/lang/ThreadLocal.java'.
* Makefile.in: Regenerate.
* java/lang/ThreadLocal.java: Initial import.
libjava/testsuite:
2001-07-10 Alexandre Petit-Bianco <apbianco@readhat.com>
* libjava.lang/TLtest.java: New file.
* libjava.lang/TLtest.out: New file.
(http://gcc.gnu.org/ml/java-patches/2001-q3/msg00042.html )
From-SVN: r43915
Diffstat (limited to 'libjava/testsuite/libjava.lang/TLtest.out')
-rw-r--r-- | libjava/testsuite/libjava.lang/TLtest.out | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libjava/testsuite/libjava.lang/TLtest.out b/libjava/testsuite/libjava.lang/TLtest.out new file mode 100644 index 0000000..951592b --- /dev/null +++ b/libjava/testsuite/libjava.lang/TLtest.out @@ -0,0 +1,2 @@ +test OK. +test OK. |