Bug 2033564 - Apply mozilla patches for googletest r=ahal

Differential Revision: https://phabricator.services.mozilla.com/D295374
This commit is contained in:
Updatebot
2026-04-21 20:26:35 +00:00
committed by ahalberstadt@mozilla.com
parent 6be6190b7d
commit a4d4fc5819
+3 -1
View File
@@ -74,6 +74,8 @@
#include "gtest/internal/gtest-internal.h"
#include "gtest/internal/gtest-string.h"
#include "mozilla/Attributes.h"
GTEST_DISABLE_MSC_WARNINGS_PUSH_(4251 \
/* class A needs to have dll-interface to be used by clients of class B */)
@@ -330,7 +332,7 @@ class GTEST_API_ [[nodiscard]] Test {
//
// DO NOT OVERRIDE THIS FUNCTION DIRECTLY IN A USER PROGRAM.
// Instead, use the TEST or TEST_F macro.
virtual void TestBody() = 0;
MOZ_CAN_RUN_SCRIPT virtual void TestBody() = 0;
// Sets up, executes, and tears down the test.
void Run();