Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0b778939 authored by Jonathan Nieder's avatar Jonathan Nieder Committed by Gerrit Code Review
Browse files

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

parents 6066f5da 458aed05
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
    }