Index: tools/telemetry/telemetry/core/platform/profiler/android_systrace_profiler_unittest.py |
diff --git a/tools/telemetry/telemetry/core/platform/profiler/android_systrace_profiler_unittest.py b/tools/telemetry/telemetry/core/platform/profiler/android_systrace_profiler_unittest.py |
index 6b84a219be9170667bc78f409847508704749668..a17b650990d9f7245f4451a1b0a452a1ddf70d22 100644 |
--- a/tools/telemetry/telemetry/core/platform/profiler/android_systrace_profiler_unittest.py |
+++ b/tools/telemetry/telemetry/core/platform/profiler/android_systrace_profiler_unittest.py |
@@ -6,13 +6,13 @@ import shutil |
import tempfile |
import zipfile |
-from telemetry import test |
+from telemetry import benchmark |
from telemetry.core.platform.profiler import android_systrace_profiler |
from telemetry.unittest import tab_test_case |
class TestAndroidSystraceProfiler(tab_test_case.TabTestCase): |
- @test.Enabled('android') |
+ @benchmark.Enabled('android') |
def testSystraceProfiler(self): |
try: |
out_dir = tempfile.mkdtemp() |