fix: remove broken code

accidentally committed TestUtil in previous commit, this allows it to compile again
This commit is contained in:
Lucaskyy 2022-03-20 15:57:05 +01:00
parent d5a3c76389
commit 0e72a6e85f
No known key found for this signature in database
GPG key ID: 1530BFF96D1EEB89

View file

@ -5,7 +5,7 @@ import kotlin.test.assertTrue
object TestUtil {
fun <T: AbstractInsnNode> assertNodeEqual(a: T, b: T) {
assertTrue()
}
private fun AbstractInsnNode.nodeString(): String {