Show plugin usage on invalid arguments

This commit is contained in:
Yan Zhulanow
2015-02-26 19:37:47 +03:00
parent 7d31b56ef6
commit d5e4775bcd
7 changed files with 71 additions and 10 deletions
@@ -77,4 +77,9 @@ public class CliCommonTest extends CliBaseTest {
public void pluginSimple() throws Exception {
executeCompilerCompareOutputJVM();
}
@Test
public void pluginSimpleUsage() throws Exception {
executeCompilerCompareOutputJVM();
}
}