package org.robolectric.testing;

import org.robolectric.annotation.internal.Instrument;

@Instrument
public class AParent extends AGrandparent {
}
