mirror of
https://github.com/revanced/revanced-patcher.git
synced 2025-05-03 22:24:25 +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 {
|
object TestUtil {
|
||||||
fun <T: AbstractInsnNode> assertNodeEqual(a: T, b: T) {
|
fun <T: AbstractInsnNode> assertNodeEqual(a: T, b: T) {
|
||||||
assertTrue()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun AbstractInsnNode.nodeString(): String {
|
private fun AbstractInsnNode.nodeString(): String {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user