mirror of
https://github.com/revanced/smali.git
synced 2025-05-07 18:04:32 +02:00
change instances of Assert.assertFalse() to Assert.fail()
git-svn-id: https://smali.googlecode.com/svn/trunk@510 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
parent
404816815f
commit
8d1bb1cc83
@ -32,6 +32,6 @@
|
||||
goto :label2
|
||||
|
||||
|
||||
invoke-static {}, Lorg/junit/Assert;->assertFalse()V
|
||||
invoke-static {}, Lorg/junit/Assert;->fail()V
|
||||
return-void
|
||||
.end method
|
@ -27,6 +27,6 @@
|
||||
return-void
|
||||
|
||||
#if we get here, the return-void didn't work
|
||||
invoke-static {}, Lorg/junit/Assert;->assertFalse()V
|
||||
invoke-static {}, Lorg/junit/Assert;->fail()V
|
||||
.end method
|
||||
|
||||
|
@ -1074,6 +1074,6 @@
|
||||
goto/16 :label2
|
||||
|
||||
|
||||
invoke-static {}, Lorg/junit/Assert;->assertFalse()V
|
||||
invoke-static {}, Lorg/junit/Assert;->fail()V
|
||||
return-void
|
||||
.end method
|
@ -70753,6 +70753,6 @@
|
||||
goto/32 :label2
|
||||
|
||||
|
||||
invoke-static {}, Lorg/junit/Assert;->assertFalse()V
|
||||
invoke-static {}, Lorg/junit/Assert;->fail()V
|
||||
return-void
|
||||
.end method
|
Loading…
x
Reference in New Issue
Block a user