From 64ee2c3fe2a21d0471595ae486d7e55e2eadfb57 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Mon, 24 Apr 2017 15:04:25 -0700 Subject: Use a pdfium-specific unittest main rather than gtest's We must initialize our partition allocator before calling into any test cases. We can then remove the FPDF_Test class, which did the same thing. Change-Id: I614480fa474b2032052857a02e94781f15a27a4e Reviewed-on: https://pdfium-review.googlesource.com/4473 Reviewed-by: Lei Zhang Commit-Queue: Tom Sepez --- testing/test_support.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'testing/test_support.h') diff --git a/testing/test_support.h b/testing/test_support.h index f175811078..4fe7c295cd 100644 --- a/testing/test_support.h +++ b/testing/test_support.h @@ -59,12 +59,6 @@ struct FreeDeleter { inline void operator()(void* ptr) const { free(ptr); } }; -class FPDF_Test : public ::testing::Test { - public: - void SetUp() override; - void TearDown() override; -}; - } // namespace pdfium // Reads the entire contents of a file into a newly alloc'd buffer. -- cgit v1.2.3