| Index: core/src/fpdfapi/fpdf_font/fpdf_font_unittest.cpp
|
| diff --git a/core/src/fpdfapi/fpdf_font/fpdf_font_unittest.cpp b/core/src/fpdfapi/fpdf_font/fpdf_font_unittest.cpp
|
| index 9cc529c3df1ec069dc8a8d6b56811908a5866966..7ea17408eef40edcd0a79ba7d9eff9996677577d 100644
|
| --- a/core/src/fpdfapi/fpdf_font/fpdf_font_unittest.cpp
|
| +++ b/core/src/fpdfapi/fpdf_font/fpdf_font_unittest.cpp
|
| @@ -2,10 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "core/src/fpdfapi/fpdf_font/font_int.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -#include "font_int.h"
|
| -
|
| TEST(fpdf_font, StringToCode) {
|
| EXPECT_EQ(0, CPDF_ToUnicodeMap::StringToCode(""));
|
| EXPECT_EQ(194, CPDF_ToUnicodeMap::StringToCode("<c2"));
|
|
|