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

Commit 7d95615a authored by Jonathan Nieder's avatar Jonathan Nieder Committed by Automerger Merge Worker
Browse files

Merge "Fix typo "thew" -> "threw" in AndroidTestRunner" am: 0b778939 am: 3f1247e9

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/177320

Change-Id: Ifb7370b8438fd2932b98a031b43af4f48e4869f4
parents 11f0a179 3f1247e9
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;
    }