summaryrefslogtreecommitdiff
path: root/test-base/hiddenapi/src/android/test/InstrumentationTestCase.java
diff options
context:
space:
mode:
Diffstat (limited to 'test-base/hiddenapi/src/android/test/InstrumentationTestCase.java')
-rw-r--r--test-base/hiddenapi/src/android/test/InstrumentationTestCase.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-base/hiddenapi/src/android/test/InstrumentationTestCase.java b/test-base/hiddenapi/src/android/test/InstrumentationTestCase.java
index 139cd18a176c..a48a56c612d6 100644
--- a/test-base/hiddenapi/src/android/test/InstrumentationTestCase.java
+++ b/test-base/hiddenapi/src/android/test/InstrumentationTestCase.java
@@ -16,7 +16,7 @@
package android.test;
-import android.annotation.UnsupportedAppUsage;
+import android.compat.annotation.UnsupportedAppUsage;
import junit.framework.TestCase;