From 0a8422db233b683aaaef444e112661f8406485ec Mon Sep 17 00:00:00 2001 From: Alison Cichowlas Date: Wed, 28 Jun 2017 16:42:09 -0400 Subject: [PATCH] This import got lost in the merge. Restore to fix build. Test: built Change-Id: Iba7e4449ed8ddfb535a45f087e3baf43b52a5f08 --- .../tests/src/com/android/systemui/RoundedCornersTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/SystemUI/tests/src/com/android/systemui/RoundedCornersTest.java b/packages/SystemUI/tests/src/com/android/systemui/RoundedCornersTest.java index edad32c8935ce..13ed2a25abf98 100644 --- a/packages/SystemUI/tests/src/com/android/systemui/RoundedCornersTest.java +++ b/packages/SystemUI/tests/src/com/android/systemui/RoundedCornersTest.java @@ -46,6 +46,7 @@ import com.android.systemui.tuner.TunablePadding.TunablePaddingService; import com.android.systemui.tuner.TunerService; import org.junit.Before; +import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith;