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

This commit is contained in:
Fangqiu Su 2024-05-10 23:36:25 +00:00 committed by Android (Google) Code Review
commit cd45616b6e

View file

@ -110,7 +110,7 @@ import java.lang.annotation.RetentionPolicy;
import static com.google.common.truth.Truth.assertWithMessage;
import android.test.suitebuilder.annotation.SmallTest;
import androidx.test.filters.SmallTest;
import org.junit.Test;
import org.junit.runner.RunWith;
@ -228,4 +228,4 @@ def main():
f.write("".join(parser.outputMsgCtsTest))
if __name__ == "__main__":
main()
main()