summaryrefslogtreecommitdiffstats
path: root/tests/wifitests/src/com/android/server/wifi/LogcatLogTest.java
diff options
context:
space:
mode:
authorBrett Chabot <brettchabot@google.com>2018-12-19 22:59:15 +0000
committerBrett Chabot <brettchabot@google.com>2018-12-19 23:07:34 +0000
commit3f8595baf0a2f5ea417445714149fe0d2ab16ff5 (patch)
tree3b842715009ae947c0334d8ab2cf269a35279df5 /tests/wifitests/src/com/android/server/wifi/LogcatLogTest.java
parent560ff95760cd1fc1da022e0972a5e29b739fcc52 (diff)
downloadandroid_frameworks_opt_net_wifi-3f8595baf0a2f5ea417445714149fe0d2ab16ff5.tar.gz
android_frameworks_opt_net_wifi-3f8595baf0a2f5ea417445714149fe0d2ab16ff5.tar.bz2
android_frameworks_opt_net_wifi-3f8595baf0a2f5ea417445714149fe0d2ab16ff5.zip
Revert "Migrate frameworks/opt/net/wifi to androidx.test"
This reverts commit 560ff95760cd1fc1da022e0972a5e29b739fcc52. Reason for revert: Broke master Exempt-From-Owner-Approval: build fix, pure revert Change-Id: I9f155cff6a712a6831be6af6b4dc671a35cd2ee1
Diffstat (limited to 'tests/wifitests/src/com/android/server/wifi/LogcatLogTest.java')
-rw-r--r--tests/wifitests/src/com/android/server/wifi/LogcatLogTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wifitests/src/com/android/server/wifi/LogcatLogTest.java b/tests/wifitests/src/com/android/server/wifi/LogcatLogTest.java
index e75404e76..9e80af8d3 100644
--- a/tests/wifitests/src/com/android/server/wifi/LogcatLogTest.java
+++ b/tests/wifitests/src/com/android/server/wifi/LogcatLogTest.java
@@ -20,7 +20,7 @@ import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.instanceOf;
import static org.junit.Assert.assertEquals;
-import androidx.test.filters.SmallTest;
+import android.support.test.filters.SmallTest;
import org.junit.Before;
import org.junit.Test;