blob: 91a16b84a91f8b266ecf0437ee7bf69172c465c9 [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);
}
}