File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/test/java/com/github/maven_nar/cpptasks/compiler Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ public void testIsPluginFalse() {
5454
5555 /**
5656 * Tests if isPluginModule returns true when set to plugin output type
57- *
57+ *
5858 * See patch [ 676276 ] Enhanced support for Mac OS X
5959 */
6060 public void testIsPluginTrue () {
@@ -68,8 +68,6 @@ public void testIsPluginTrue() {
6868 public void testSetOutputType () throws Exception {
6969 try {
7070 final LinkType type = new LinkType ();
71- final OutputTypeEnum pluginType = new OutputTypeEnum ();
72- pluginType .setValue ("executable" );
7371 type .setOutputType (null );
7472 TestCase .fail ("testSetOutputType should have thrown IllegalArgumentException" );
7573 } catch (IllegalArgumentException expected ) {
You can’t perform that action at this time.
0 commit comments