blob: f026afe3785e706be283fa0ddc5d42ff3908d149 [file] [log] [blame]
import static org.junit.Assert.fail;
class MyTest {
public void test() {
fail();
}
}