mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-01 22:50:27 +00:00
10 lines
178 B
Java
10 lines
178 B
Java
package org.mozilla.gecko.tests;
|
|
|
|
|
|
|
|
public class testSimpleDiscovery extends JavascriptTest {
|
|
public testSimpleDiscovery() {
|
|
super("testSimpleDiscovery.js");
|
|
}
|
|
}
|