blob: 1073f806a3b4e258c914427f2baf02310a4ba23d [file] [log] [blame]
package mng;
import junit.framework.TestCase;
public class Issue2289
{
public static void main(final String[] args)
{
TestCase tc = new TestCase("Dummy") {};
System.exit(tc == null ? -1 : 0);
}
}