Added test case to K2JvmCliTest.

Test is already present.
This commit is contained in:
Evgeny Gerashchenko
2014-03-14 22:09:46 +04:00
parent a502374a62
commit 74ff77eca4
@@ -51,4 +51,9 @@ public class K2JvmCliTest extends CliBaseTest {
public void script() throws Exception {
executeCompilerCompareOutputJVM();
}
@Test
public void classpath() throws Exception {
executeCompilerCompareOutputJVM();
}
}