Skip to content
Snippets Groups Projects
Commit 09e4605f authored by Fangqiu Su's avatar Fangqiu Su
Browse files

Update the imports to androidx.test.filters.*

Bug: 316941721
Test: mmma .
Change-Id: Ifd928a3534c4c843fa0270370a646201b206c49b
parent c75c533f
No related branches found
No related tags found
No related merge requests found
......@@ -61,8 +61,8 @@ print("package android.libcore;")
imports = """
import android.perftests.utils.BenchmarkState;
import android.perftests.utils.PerfStatusReporter;
import android.test.suitebuilder.annotation.LargeTest;
import androidx.test.filters.LargeTest;
import androidx.test.runner.AndroidJUnit4;
import org.junit.Before;
......@@ -118,4 +118,4 @@ for i in range(max_conflict_depth):
print(" default void f{}() {{}}".format(i*imt_size + j))
print(" }")
print("}")
\ No newline at end of file
print("}")
......@@ -160,8 +160,8 @@ package android.libcore.varhandles;
import android.perftests.utils.BenchmarkState;
import android.perftests.utils.PerfStatusReporter;
import android.test.suitebuilder.annotation.LargeTest;
import androidx.test.filters.LargeTest;
import androidx.test.runner.AndroidJUnit4;
import org.junit.After;
......
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