Format10x.smali revision 8d1bb1cc83a30ef8a236aed5a196a1b96e4a5a9e
1.class public LFormat10x;
2.super Ljava/lang/Object;
3.source "Format10x.smali"
4
5.method public constructor <init>()V
6    .registers 1
7    invoke-direct {p0}, Ljava/lang/Object;-><init>()V
8    return-void
9.end method
10
11.method public test_nop()V
12    .registers 1
13    .annotation runtime Lorg/junit/Test;
14    .end annotation
15
16    #yep, it's a nop. not much to test, other than that it runs
17    nop
18
19    return-void
20.end method
21
22.method public test_return-void()V
23    .registers 1
24    .annotation runtime Lorg/junit/Test;
25    .end annotation
26    
27    return-void
28
29    #if we get here, the return-void didn't work
30    invoke-static {}, Lorg/junit/Assert;->fail()V
31.end method
32
33