diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:37 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:37 +0000 |
commit | a90a5cba08fdf6c0ceb95101c275108a152a3aed (patch) | |
tree | 532507288f3defd7f4dcf1af49698bcb76034855 /gfx/tests/gtest/TestMoz2D.cpp | |
parent | Adding debian version 126.0.1-1. (diff) | |
download | firefox-a90a5cba08fdf6c0ceb95101c275108a152a3aed.tar.xz firefox-a90a5cba08fdf6c0ceb95101c275108a152a3aed.zip |
Merging upstream version 127.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'gfx/tests/gtest/TestMoz2D.cpp')
-rw-r--r-- | gfx/tests/gtest/TestMoz2D.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gfx/tests/gtest/TestMoz2D.cpp b/gfx/tests/gtest/TestMoz2D.cpp index 50854cdc98..2859f94b20 100644 --- a/gfx/tests/gtest/TestMoz2D.cpp +++ b/gfx/tests/gtest/TestMoz2D.cpp @@ -6,7 +6,6 @@ #include "gtest/gtest.h" #include "TestBase.h" -#include "TestPoint.h" #include "TestScaling.h" #include "TestBugs.h" @@ -20,16 +19,6 @@ TEST(Moz2D, Bugs) ASSERT_EQ(failures, 0); } -TEST(Moz2D, Point) -{ - TestBase* test = new TestPoint(); - int failures = 0; - test->RunTests(&failures); - delete test; - - ASSERT_EQ(failures, 0); -} - TEST(Moz2D, Scaling) { TestBase* test = new TestScaling(); |