mirror of
https://github.com/revanced/revanced-patcher.git
synced 2025-05-02 14:04:24 +02: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
@ -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…
x
Reference in New Issue
Block a user