mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2024-11-10 01:02:22 +01:00
fix: remove broken code
accidentally committed TestUtil in previous commit, this allows it to compile again
This commit is contained in:
parent
d5a3c76389
commit
0e72a6e85f
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import kotlin.test.assertTrue
|
|||
|
||||
object TestUtil {
|
||||
fun <T: AbstractInsnNode> assertNodeEqual(a: T, b: T) {
|
||||
assertTrue()
|
||||
|
||||
}
|
||||
|
||||
private fun AbstractInsnNode.nodeString(): String {
|
||||
|
|
Loading…
Reference in a new issue