Working infrastructure for external dependencies testing

(not really, but at least something)
This commit is contained in:
Dmitry Petrov
2018-09-19 14:14:28 +03:00
parent 6022fb4ec3
commit ec8bdff5c7
5 changed files with 312 additions and 20 deletions
@@ -1395,6 +1395,11 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
runTest("compiler/testData/ir/irText/stubs/builtinMap.kt");
}
@TestMetadata("constFromBuiltins.kt")
public void testConstFromBuiltins() throws Exception {
runTest("compiler/testData/ir/irText/stubs/constFromBuiltins.kt");
}
@TestMetadata("genericClassInDifferentModule.kt")
public void testGenericClassInDifferentModule() throws Exception {
runTest("compiler/testData/ir/irText/stubs/genericClassInDifferentModule.kt");