mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
12 lines
246 B
Java
12 lines
246 B
Java
|
#filter substitution
|
||
|
package @ANDROID_PACKAGE_NAME@.tests;
|
||
|
|
||
|
import @ANDROID_PACKAGE_NAME@.*;
|
||
|
|
||
|
|
||
|
public class testDeviceSearchEngine extends JavascriptTest {
|
||
|
public testDeviceSearchEngine() {
|
||
|
super("testDeviceSearchEngine.js");
|
||
|
}
|
||
|
}
|