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