Fix typo "thew" -> "threw" in AndroidTestRunner
Change-Id: I63899c42fac7f52866a2d2f6db060cf7918547c8
This commit is contained in:
committed by
Jonathan Nieder
parent
f08b133000
commit
458aed0508
@@ -125,7 +125,7 @@ public class AndroidTestRunner extends BaseTestRunner {
|
||||
} catch (IllegalArgumentException e) {
|
||||
runFailed("Illegal argument passed to constructor. Class: " + testClass.getName());
|
||||
} catch (InvocationTargetException e) {
|
||||
runFailed("Constructor thew an exception. Class: " + testClass.getName());
|
||||
runFailed("Constructor threw an exception. Class: " + testClass.getName());
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user