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