blob: 93bd8bb7029b0684647b154fe1d4ff4e6b5b8beb [file] [log] [blame]
package test.guice;
import org.testng.annotations.Guice;
import org.testng.annotations.Test;
@Guice
public class GuiceNoModuleTest {
@Test
public void f() {
}
}