1 parent 5672623 commit 4b472b0Copy full SHA for 4b472b0
1 file changed
src/test/java/com/github/maven_nar/cpptasks/compiler/TestLinkType.java
@@ -54,7 +54,7 @@ public void testIsPluginFalse() {
54
55
/**
56
* Tests if isPluginModule returns true when set to plugin output type
57
- *
+ *
58
* See patch [ 676276 ] Enhanced support for Mac OS X
59
*/
60
public void testIsPluginTrue() {
@@ -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