| Index: appengine/findit/crash/test/findit_for_crash_test.py
|
| diff --git a/appengine/findit/crash/test/findit_for_crash_test.py b/appengine/findit/crash/test/findit_for_crash_test.py
|
| index 5507e1b38ec37b7cb80de0f30a85c3dbadc36bf5..d1d9bbba30bbdd17f4a058ab0ed5d6d022c544aa 100644
|
| --- a/appengine/findit/crash/test/findit_for_crash_test.py
|
| +++ b/appengine/findit/crash/test/findit_for_crash_test.py
|
| @@ -298,7 +298,7 @@ class FinditForCrashTest(CrashTestSuite):
|
| {
|
| 'reason': ('(1) Modified top crashing frame is #0\n'
|
| '(2) Modification distance (LOC) is 0\n\n'
|
| - 'Changed file a.cc crashed in func (#0), func (#1)'),
|
| + 'Changed file a.cc crashed in frame #0, frame #1'),
|
| 'time': 'Thu Mar 31 21:24:43 2016',
|
| 'author': 'r@chromium.org',
|
| 'url': 'https://repo.test/+/1',
|
| @@ -349,7 +349,7 @@ class FinditForCrashTest(CrashTestSuite):
|
| {
|
| 'reason': ('(1) Modified top crashing frame is #0\n'
|
| '(2) Modification distance (LOC) is 1\n\n'
|
| - 'Changed file a.cc crashed in func (#0), func (#1)'),
|
| + 'Changed file a.cc crashed in frame #0, frame #1'),
|
| 'time': 'Thu Mar 31 21:24:43 2016',
|
| 'author': 'r@chromium.org',
|
| 'url': 'https://repo.test/+/1',
|
|
|