We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5672623 commit 5e62c9cCopy full SHA for 5e62c9c
src/test/java/com/github/maven_nar/cpptasks/compiler/TestLinkType.java
@@ -68,8 +68,6 @@ public void testIsPluginTrue() {
68
public void testSetOutputType() throws Exception {
69
try {
70
final LinkType type = new LinkType();
71
- final OutputTypeEnum pluginType = new OutputTypeEnum();
72
- pluginType.setValue("executable");
73
type.setOutputType(null);
74
TestCase.fail("testSetOutputType should have thrown IllegalArgumentException");
75
} catch (IllegalArgumentException expected) {
0 commit comments