1
0
Fork 0
firefox/third_party/googletest/can_run_script.patch
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

21 lines
705 B
Diff

diff --git a/googletest/include/gtest/gtest.h b/googletest/include/gtest/gtest.h
--- a/googletest/include/gtest/gtest.h
+++ b/googletest/include/gtest/gtest.h
@@ -73,6 +73,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 */)
@@ -325,7 +327,7 @@
//
// 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();