mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 15:51:01 +00:00
Update tests depending on part class naming
This commit is contained in:
committed by
Michael Bogdanov
parent
a47eaa2cb5
commit
cd6ff31129
@@ -2,5 +2,5 @@ package a
|
||||
|
||||
fun test1() {}
|
||||
|
||||
// 2 INVOKESTATIC a/APackage.+\.test1 \(\)V
|
||||
// 1 INVOKESTATIC b/BPackage.+\.test2 \(\)V
|
||||
// 2 INVOKESTATIC a/_1Kt.test1 \(\)V
|
||||
// 1 INVOKESTATIC b/_2Kt.test2 \(\)V
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
package a
|
||||
|
||||
fun test1() {}
|
||||
|
||||
// 2 INVOKESTATIC a/A1Kt.test1 \(\)V
|
||||
// 1 INVOKESTATIC b/A2Kt.test2 \(\)V
|
||||
Reference in New Issue
Block a user