Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: tools/telemetry/unittest_data/discoverable_classes/discover_dummyclass.py

Issue 23455049: [telemetry] Make single-benchmark measurements protected and undiscoverable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update discover unit tests. Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/telemetry/unittest_data/discoverable_classes/another_discover_dummyclass.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/unittest_data/discoverable_classes/discover_dummyclass.py
diff --git a/tools/telemetry/unittest_data/discoverable_classes/discover_dummyclass.py b/tools/telemetry/unittest_data/discoverable_classes/discover_dummyclass.py
index afda1e54599cf8c78bdb7d948751458a6f88b5b8..b25cf9e04d7613b3566d3f034e53f3a9e08950eb 100644
--- a/tools/telemetry/unittest_data/discoverable_classes/discover_dummyclass.py
+++ b/tools/telemetry/unittest_data/discoverable_classes/discover_dummyclass.py
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-"""A dummy exception subclasses used by core/discover.py's unit tests."""
+"""A dummy exception subclass used by core/discover.py's unit tests."""
class DummyException(Exception):
pass
« no previous file with comments | « tools/telemetry/unittest_data/discoverable_classes/another_discover_dummyclass.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698