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

Unified Diff: appengine/findit/crash/loglinear/changelist_features/test/top_frame_index_test.py

Issue 2707603002: [Predator] Generate all changelogs in regression ranges instead of only matched changelogs (Closed)
Patch Set: . Created 3 years, 10 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
Index: appengine/findit/crash/loglinear/changelist_features/test/top_frame_index_test.py
diff --git a/appengine/findit/crash/loglinear/changelist_features/test/top_frame_index_test.py b/appengine/findit/crash/loglinear/changelist_features/test/top_frame_index_test.py
index 23f55037a2aea446eee1b332691ed9adddfbab70..a6ed9231ca208b21f51b52a1704bd2a1764688d7 100644
--- a/appengine/findit/crash/loglinear/changelist_features/test/top_frame_index_test.py
+++ b/appengine/findit/crash/loglinear/changelist_features/test/top_frame_index_test.py
@@ -6,8 +6,8 @@ import unittest
from crash.loglinear.changelist_features import top_frame_index
from crash.suspect import Suspect
-from crash.suspect import StackInfo
from crash.stacktrace import StackFrame
+from crash.stacktrace import StackInfo
from libs.gitiles.change_log import ChangeLog
from libs.gitiles.change_log import FileChangeInfo
from libs.gitiles.diff import ChangeType

Powered by Google App Engine
This is Rietveld 408576698