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

Commit a998dc95 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update ShadowParcel to extend from org.robolectric library" into main

parents ce27ff1e 4d005993
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ import org.robolectric.annotation.Implements;
 * This class provides helpers to test logic that reads from parcels.
 */
@Implements(Parcel.class)
public class ShadowParcel {
public class ShadowParcel extends org.robolectric.shadows.ShadowParcel {

    public static int sReadIntResult;
    public static int sWriteIntResult;