mirror of
https://github.com/revanced/smali.git
synced 2025-05-04 08:34:25 +02:00
Added tests for format 11n
git-svn-id: https://smali.googlecode.com/svn/trunk@95 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
parent
b4949abb7b
commit
6af8f5f476
@ -0,0 +1,21 @@
|
||||
.class public LFormat11n;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Format11n.smali"
|
||||
|
||||
.method public constructor <init>()V
|
||||
.registers 1
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public test_const-4()V
|
||||
.registers 2
|
||||
.annotation runtime Lorg/junit/Test;
|
||||
.end annotation
|
||||
|
||||
const/4 v0, 6
|
||||
|
||||
const v1, 6
|
||||
invoke-static {v0, v1}, LAssert;->assertEquals(II)V
|
||||
return-void
|
||||
.end method
|
@ -23,6 +23,7 @@
|
||||
value = { LFieldTest;,
|
||||
LSpecialInstructionPaddingTest;,
|
||||
LFormat10x;,
|
||||
LFormat11n;,
|
||||
LFormat12x;
|
||||
}
|
||||
.end annotation
|
Loading…
x
Reference in New Issue
Block a user