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