aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xfa/fxfa/layout/cxfa_layoutitem_embeddertest.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/xfa/fxfa/layout/cxfa_layoutitem_embeddertest.cpp b/xfa/fxfa/layout/cxfa_layoutitem_embeddertest.cpp
index 035da8763..0ba54efd2 100644
--- a/xfa/fxfa/layout/cxfa_layoutitem_embeddertest.cpp
+++ b/xfa/fxfa/layout/cxfa_layoutitem_embeddertest.cpp
@@ -9,18 +9,14 @@ class CXFALayoutItemEmbedderTest : public EmbedderTest {};
#if defined(LEAK_SANITIZER)
-// Leaks. See https://crbug.com/pdfium/1265
-#define MAYBE_Bug_1265 DISABLED_Bug_1265
-
// Leaks. See https://crbug.com/pdfium/1301
#define MAYBE_Bug_1301 DISABLED_Bug_1301
#else
-#define MAYBE_Bug_1265 Bug_1265
#define MAYBE_Bug_1301 Bug_1301
#endif
-TEST_F(CXFALayoutItemEmbedderTest, MAYBE_Bug_1265) {
+TEST_F(CXFALayoutItemEmbedderTest, Bug_1265) {
EXPECT_TRUE(OpenDocument("bug_1265.pdf"));
FPDF_PAGE page0 = LoadPage(0);
FPDF_PAGE page1 = LoadPage(1);