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

View file

@ -11,4 +11,8 @@ public class pr11951
{
nmethod();
}
static {
System.loadLibrary("pr11951");
}
}