Update tests depending on part class naming

This commit is contained in:
Dmitry Petrov
2015-07-27 14:57:39 +03:00
committed by Michael Bogdanov
parent a47eaa2cb5
commit cd6ff31129
16 changed files with 20 additions and 56 deletions
@@ -4,5 +4,5 @@ fun test2() {
test1()
}
// 2 INVOKESTATIC _DefaultPackage.+\.test1 \(\)V
// 1 INVOKESTATIC _DefaultPackage.+\.test2 \(\)V
// 2 INVOKESTATIC _1Kt.test1 \(\)V
// 1 INVOKESTATIC _1Kt.test2 \(\)V
@@ -1,8 +0,0 @@
fun test1() {}
fun test2() {
test1()
}
// 2 INVOKESTATIC A1Kt.test1 \(\)V
// 1 INVOKESTATIC A1Kt.test2 \(\)V