mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-12 22:28:59 +02:00
9 lines
187 B
Java
9 lines
187 B
Java
package org.mozilla.gecko.tests;
|
|
|
|
|
|
|
|
public class testDeviceSearchEngine extends JavascriptTest {
|
|
public testDeviceSearchEngine() {
|
|
super("testDeviceSearchEngine.js");
|
|
}
|
|
}
|