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

Unified Diff: appengine/findit/crash/scorers/test/aggregators_test.py

Issue 2588513002: [Predator] renamed "Result" to "Suspect" (Closed)
Patch Set: Removing redundant import Created 4 years 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
Index: appengine/findit/crash/scorers/test/aggregators_test.py
diff --git a/appengine/findit/crash/scorers/test/aggregators_test.py b/appengine/findit/crash/scorers/test/aggregators_test.py
index a98ff29ff69730ad2a5dc60071e78cac4549d29b..b1ff3cfdfed6ba2fa13dc48fa8eae7a9491f8156 100644
--- a/appengine/findit/crash/scorers/test/aggregators_test.py
+++ b/appengine/findit/crash/scorers/test/aggregators_test.py
@@ -3,7 +3,7 @@
# found in the LICENSE file.
from crash.stacktrace import StackFrame
-from crash.results import MatchResult
+from crash.suspect import Suspect
from crash.scorers import aggregators
from crash.scorers.min_distance import MinDistance
from crash.scorers.test.scorer_test_suite import ScorerTestSuite

Powered by Google App Engine
This is Rietveld 408576698