Index: tools/perf/measurements/repaint_unittest.py |
diff --git a/tools/perf/measurements/repaint_unittest.py b/tools/perf/measurements/repaint_unittest.py |
index b79d8963403dcc79f0da490894d998f45ceebda3..69f05207d2053c5723292e3ee3dc62eb32f6982d 100644 |
--- a/tools/perf/measurements/repaint_unittest.py |
+++ b/tools/perf/measurements/repaint_unittest.py |
@@ -42,3 +42,6 @@ class RepaintUnitTest( |
mostly_smooth = results.FindAllPageSpecificValuesNamed('mostly_smooth') |
self.assertEquals(len(mostly_smooth), 1) |
self.assertGreaterEqual(mostly_smooth[0].GetRepresentativeNumber(), 0) |
+ |
+ def testCleanUpTrace(self): |
+ self.TestTracingCleanedUp(repaint.Repaint, self._options) |