mirror of
https://github.com/revanced/smali.git
synced 2025-05-09 10:54:29 +02:00
Fix the array data SmalideaMethod test
This commit is contained in:
parent
0a5f278d5f
commit
a06ac49b6b
@ -551,7 +551,8 @@ public class SmalideaMethodTest extends LightCodeInsightFixtureTestCase {
|
|||||||
":ArrayData\n" +
|
":ArrayData\n" +
|
||||||
" .array-data 4\n" +
|
" .array-data 4\n" +
|
||||||
" 1 2 128 -256 65536 0x7fffffff\n" +
|
" 1 2 128 -256 65536 0x7fffffff\n" +
|
||||||
" .end array-data";
|
" .end array-data\n" +
|
||||||
|
".end method";
|
||||||
|
|
||||||
SmaliFile file = (SmaliFile)myFixture.addFileToProject("my/pkg/blah.smali", text);
|
SmaliFile file = (SmaliFile)myFixture.addFileToProject("my/pkg/blah.smali", text);
|
||||||
SmaliClass smaliClass = file.getPsiClass();
|
SmaliClass smaliClass = file.getPsiClass();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user