diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-05-25 14:21:20 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-05-25 18:36:22 +0000 |
commit | 3a4c408554f2f2ffb5a143f6dadcdd528fcf106e (patch) | |
tree | 41c32a9df644fbe0751e337bcc6a04f4689dff11 /BUILD.gn | |
parent | 5acacd361b15b82a8b30cdd5cb92abb8a2104ecf (diff) | |
download | pdfium-3a4c408554f2f2ffb5a143f6dadcdd528fcf106e.tar.xz |
Rename CPDF_LinkExtract test file to match class
Change-Id: I6200968b0c72d2de32d51a741ac821084ad84f8a
Reviewed-on: https://pdfium-review.googlesource.com/5952
Reviewed-by: Nicolás Peña <npm@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1870,7 +1870,7 @@ test("pdfium_unittests") { "core/fpdfdoc/cpdf_dest_unittest.cpp", "core/fpdfdoc/cpdf_filespec_unittest.cpp", "core/fpdfdoc/cpdf_formfield_unittest.cpp", - "core/fpdftext/fpdf_text_int_unittest.cpp", + "core/fpdftext/cpdf_linkextract_unittest.cpp", "core/fxcodec/codec/fx_codec_a85_unittest.cpp", "core/fxcodec/codec/fx_codec_jpx_unittest.cpp", "core/fxcodec/codec/fx_codec_rle_unittest.cpp", |