Remove invalid unit test

This commit is contained in:
Sampo Niskanen 2012-09-16 12:39:45 +00:00
parent 1542b2ee08
commit 9ed7836999

View File

@ -1,11 +0,0 @@
package net.sf.openrocket.util.enums;
import net.sf.openrocket.rocketcomponent.Transition.Shape;
public class TestEnumName {
private void testConstructor() {
EnumName<Shape> name = new EnumName<Shape>(Shape.class);
}
}