blob: 65d1bb5830a88d72d99162935c1dbfd464972925 [file] [log] [blame]
package junit.tests.framework;
import junit.framework.TestCase;
public class NoArgTestCaseTest extends TestCase {
public void testNothing() { // If this compiles, the no arg ctor is there
}
}