Check only one class in JS decompiler tests to reuse test data

JVM tests check only single class result, in order to reuse test data
JS tests should do the same. CHECK_PACKAGE is introduced to override
this behaviour explicitly.
This commit is contained in:
Nikolay Krasko
2018-04-23 16:39:42 +03:00
parent ce40c3fb21
commit ac97075020
5 changed files with 55 additions and 7 deletions
@@ -19,6 +19,3 @@ public final class SecondaryConstructors public constructor(x: kotlin.Boolean) {
}
}
public final annotation class anno public constructor() : kotlin.Annotation {
}