Commit 74e94435 by Bryce McKinlay Committed by Bryce McKinlay

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

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

From-SVN: r81542
parent 59af0b6a
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");
}
}
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