pr11951.java: Add missing System.loadLibrary() call.

* testsuite/libjava.jni/pr11951.java: Add missing
	System.loadLibrary() call.

From-SVN: r81542
This commit is contained in:
Bryce McKinlay
2004-05-05 20:58:54 +00:00
committed by Bryce McKinlay
parent 59af0b6aa3
commit 74e94435cc
2 changed files with 9 additions and 0 deletions
+5
View File
@@ -1,3 +1,8 @@
2004-05-05 Bryce McKinlay <mckinlay@redhat.com>
* testsuite/libjava.jni/pr11951.java: Add missing System.loadLibrary()
call.
2004-05-05 Mark Wielaard <mark@klomp.org>
* javax/swing/AbstractButton.java: Replace special HTML entities with
@@ -11,4 +11,8 @@ public class pr11951
{
nmethod();
}
static {
System.loadLibrary("pr11951");
}
}