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

Commit 3f1247e9 authored by Jonathan Nieder's avatar Jonathan Nieder Committed by Automerger Merge Worker
Browse files

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

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

Change-Id: I97d5b55d592acdb541334af19110c8830d707b51
parents 74ad7baf 0b778939
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;
    }