Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lacinoire committed Feb 7, 2023
1 parent 5672623 commit 4b472b0
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand All @@ -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) {
Expand Down

0 comments on commit 4b472b0

Please sign in to comment.