diff --git a/src/test/java/com/github/maven_nar/cpptasks/compiler/TestLinkType.java b/src/test/java/com/github/maven_nar/cpptasks/compiler/TestLinkType.java index ad44978b..6532f7d9 100644 --- a/src/test/java/com/github/maven_nar/cpptasks/compiler/TestLinkType.java +++ b/src/test/java/com/github/maven_nar/cpptasks/compiler/TestLinkType.java @@ -54,7 +54,7 @@ public void testIsPluginFalse() { /** * Tests if isPluginModule returns true when set to plugin output type - * + * * See patch [ 676276 ] Enhanced support for Mac OS X */ public void testIsPluginTrue() { @@ -68,8 +68,6 @@ public void testIsPluginTrue() { public void testSetOutputType() throws Exception { try { final LinkType type = new LinkType(); - final OutputTypeEnum pluginType = new OutputTypeEnum(); - pluginType.setValue("executable"); type.setOutputType(null); TestCase.fail("testSetOutputType should have thrown IllegalArgumentException"); } catch (IllegalArgumentException expected) {