blob: f0c176200bde654a6335c13978d14dbd4ba3b65d [file] [log] [blame]
import junit.framework.TestCase;
import org.junit.Assert;
class MyTest extends TestCase {
public void test() {
Assert.fail();
fail();
}
}