Skip to content
Snippets Groups Projects
Commit 458aed05 authored by Ryan Chan's avatar Ryan Chan Committed by Jonathan Nieder
Browse files

Fix typo "thew" -> "threw" in AndroidTestRunner

Change-Id: I63899c42fac7f52866a2d2f6db060cf7918547c8
parent f08b1330
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment