package org.robolectric.testing;

import org.robolectric.annotation.internal.Instrument;

@Instrument
public class AnInstrumentedClassWithoutToStringWithSuperToString extends AnUninstrumentedClassWithToString {
}
