Merge "Fix typo "thew" -> "threw" in AndroidTestRunner" am: 0b778939c7 am: 3f1247e91b
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/177320 Change-Id: Ifb7370b8438fd2932b98a031b43af4f48e4869f4
This commit is contained in:
@@ -125,7 +125,7 @@ public class AndroidTestRunner extends BaseTestRunner {
|
|||||||
} catch (IllegalArgumentException e) {
|
} catch (IllegalArgumentException e) {
|
||||||
runFailed("Illegal argument passed to constructor. Class: " + testClass.getName());
|
runFailed("Illegal argument passed to constructor. Class: " + testClass.getName());
|
||||||
} catch (InvocationTargetException e) {
|
} catch (InvocationTargetException e) {
|
||||||
runFailed("Constructor thew an exception. Class: " + testClass.getName());
|
runFailed("Constructor threw an exception. Class: " + testClass.getName());
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user