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:
JesusFreke@JesusFreke.com 2009-12-23 05:27:57 +00:00
parent 404816815f
commit 8d1bb1cc83
4 changed files with 4 additions and 4 deletions

View File

@ -32,6 +32,6 @@
goto :label2
invoke-static {}, Lorg/junit/Assert;->assertFalse()V
invoke-static {}, Lorg/junit/Assert;->fail()V
return-void
.end method

View File

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

View File

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

View File

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