mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2024-11-10 01:02:22 +01:00
Minor things
This commit is contained in:
parent
e5f9a42ee6
commit
fc64bbc32a
2 changed files with 3 additions and 2 deletions
|
@ -4,6 +4,6 @@ import org.objectweb.asm.tree.InsnList
|
|||
|
||||
object ASMWriter {
|
||||
fun InsnList.testingWow() {
|
||||
TODO()
|
||||
|
||||
}
|
||||
}
|
|
@ -32,7 +32,8 @@ internal class PatcherTest {
|
|||
patcher.addPatches(
|
||||
Patch ("TestPatch") {
|
||||
val main = patcher.cache.methods["mainMethod"]
|
||||
//main.method.instructions!!.testingWow()
|
||||
val insn = main.method.instructions!!
|
||||
|
||||
PatchResultSuccess()
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue