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:
JesusFreke@JesusFreke.com 2009-06-05 05:26:32 +00:00
parent b4949abb7b
commit 6af8f5f476
2 changed files with 22 additions and 0 deletions

View File

@ -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

View File

@ -23,6 +23,7 @@
value = { LFieldTest;, value = { LFieldTest;,
LSpecialInstructionPaddingTest;, LSpecialInstructionPaddingTest;,
LFormat10x;, LFormat10x;,
LFormat11n;,
LFormat12x; LFormat12x;
} }
.end annotation .end annotation