| Index: tests/patches_data.py
|
| diff --git a/tests/patches_data.py b/tests/patches_data.py
|
| index 6169961b362f3e257ebb49345b67b5eab5ff1333..00814da84434897cdc216bb70bd045a583c09d1d 100644
|
| --- a/tests/patches_data.py
|
| +++ b/tests/patches_data.py
|
| @@ -55,6 +55,12 @@ class RAW(object):
|
| '--- chrome/file.cc\tbar\n'
|
| '+++ /dev/null\tfoo\n')
|
|
|
| + # http://codereview.chromium.org/api/7530007/5001
|
| + # http://codereview.chromium.org/download/issue7530007_5001_4011.diff
|
| + CRAP_ONLY = (
|
| + 'Index: scripts/master/factory/skia/__init__.py\n'
|
| + '===================================================================\n')
|
| +
|
|
|
| class GIT(object):
|
| """Sample patches generated by git diff."""
|
|
|