JS backend: removed the unnecessary main function from some tests.

This commit is contained in:
Zalim Bashorov
2014-02-03 14:14:53 +04:00
parent 8dc9aecbf8
commit 77277ce197
7 changed files with 8 additions and 26 deletions
@@ -74,8 +74,8 @@ public final class PatternMatchingTest extends SingleFileTranslationTest {
}
}
public void testKT1665() throws Exception {
checkOutput("kt1665.kt", "a", "");
public void testKt1665() throws Exception {
checkFooBoxIsOk();
}
public void testWhenWithoutExpression() throws Exception {