diff options
Diffstat (limited to 'xfa/fde/cfde_txtedtbuf_unittest.cpp')
-rw-r--r-- | xfa/fde/cfde_txtedtbuf_unittest.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xfa/fde/cfde_txtedtbuf_unittest.cpp b/xfa/fde/cfde_txtedtbuf_unittest.cpp index aa80a66b60..539ce24e31 100644 --- a/xfa/fde/cfde_txtedtbuf_unittest.cpp +++ b/xfa/fde/cfde_txtedtbuf_unittest.cpp @@ -8,10 +8,9 @@ #include "testing/test_support.h" #include "third_party/base/ptr_util.h" -class CFDE_TxtEdtBufTest : public pdfium::FPDF_Test { +class CFDE_TxtEdtBufTest : public testing::Test { public: void SetUp() override { - FPDF_Test::SetUp(); buf_ = pdfium::MakeUnique<CFDE_TxtEdtBuf>(); buf_->SetChunkSizeForTesting(5); } |