| Index: tools/perf/measurements/smoothness_unittest.py
|
| diff --git a/tools/perf/measurements/smoothness_unittest.py b/tools/perf/measurements/smoothness_unittest.py
|
| index def81410b478fc90d72ec0a4a63f933c12f2e42a..680f16c9bb124d1769bd88aa35e9f2dd2b3ec941 100644
|
| --- a/tools/perf/measurements/smoothness_unittest.py
|
| +++ b/tools/perf/measurements/smoothness_unittest.py
|
| @@ -99,3 +99,6 @@ class SmoothnessUnitTest(
|
| self.assertEquals(len(mean_touch_scroll_latency), 1)
|
| self.assertGreater(
|
| mean_touch_scroll_latency[0].GetRepresentativeNumber(), 0)
|
| +
|
| + def testCleanUpTrace(self):
|
| + self.TestTracingCleanedUp(smoothness.Smoothness, self._options)
|
|
|