mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
10 lines
142 B
Java
10 lines
142 B
Java
package org.mozilla.gecko.tests;
|
|
|
|
|
|
|
|
public class testJNI extends JavascriptTest {
|
|
public testJNI() {
|
|
super("testJNI.js");
|
|
}
|
|
}
|