Skip to content
Snippets Groups Projects
Commit db7264ed authored by Fangqiu Su's avatar Fangqiu Su Committed by Android (Google) Code Review
Browse files

Merge "Update the imports to androidx.test.filters.*" into main

parents 8be6736b c982e6be
No related branches found
No related tags found
No related merge requests found
......@@ -15,10 +15,12 @@
*/
package com.android.shell;
import android.test.suitebuilder.annotation.SmallTest;
import junit.framework.TestCase;
import static com.android.shell.BugreportProgressService.isValid;
import androidx.test.filters.SmallTest;
import junit.framework.TestCase;
@SmallTest
public class UtilitiesTest extends TestCase {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment