Rename pdfium/bug_511_jbig_null_crash.pdf.0.png.

Fix presubmit test to ignore deleted files.

Change-Id: Ida20c9629803f963d6a92cedf4abbd701caeb11c
Reviewed-on: https://pdfium-review.googlesource.com/3630
Reviewed-by: dsinclair <dsinclair@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index fc4cc71..2184d0b 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -13,7 +13,7 @@
   import re
   png_regex = re.compile('.+_expected(_(win|mac|linux))?\.pdf\.\d+.png')
   warnings = []
-  for f in input_api.AffectedFiles():
+  for f in input_api.AffectedFiles(include_deletes=False):
     local_path = f.LocalPath()
     if local_path.endswith('.png'):
       if not png_regex.match(local_path):
diff --git a/pdfium/bug_511_jbig_null_crash.pdf.0.png b/pdfium/bug_511_jbig_null_crash_expected.pdf.0.png
similarity index 100%
rename from pdfium/bug_511_jbig_null_crash.pdf.0.png
rename to pdfium/bug_511_jbig_null_crash_expected.pdf.0.png
Binary files differ