diff --git a/test-base/src/android/test/InstrumentationTestCase.java b/test-base/src/android/test/InstrumentationTestCase.java index 6b79314a4385b..9f7a2fa44dc20 100644 --- a/test-base/src/android/test/InstrumentationTestCase.java +++ b/test-base/src/android/test/InstrumentationTestCase.java @@ -34,9 +34,9 @@ * A test case that has access to {@link Instrumentation}. * * @deprecated Use - * + * * InstrumentationRegistry instead. New tests should be written using the - * Android Testing Support Library. + * AndroidX Test Library. */ @Deprecated public class InstrumentationTestCase extends TestCase {