Fix tests (stupid mistake) & add logging

This commit is contained in:
Lucaskyy
2022-03-19 19:47:12 +01:00
parent a9e7f19d51
commit ae5007ebd1
3 changed files with 33 additions and 9 deletions

View File

@@ -12,7 +12,7 @@ internal class PatcherTest {
private val testSigs: Array<Signature> = arrayOf(
Signature(
"testMethod",
Type.BOOLEAN_TYPE,
Type.VOID_TYPE,
ACC_PUBLIC or ACC_STATIC,
arrayOf(
ExtraTypes.ArrayAny,