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
@@ -26,3 +26,5 @@ class TypeAliases {
@Suppress("TOPLEVEL_TYPEALIASES_ONLY")
private typealias Parametrized<E, F> = Map<E, F>
}
// CHECK_PACKAGE