diff options
Diffstat (limited to 'www/chromium/files/patch-base_location__unittest.cc')
-rw-r--r-- | www/chromium/files/patch-base_location__unittest.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/chromium/files/patch-base_location__unittest.cc b/www/chromium/files/patch-base_location__unittest.cc deleted file mode 100644 index 9d9b94b7d045..000000000000 --- a/www/chromium/files/patch-base_location__unittest.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- base/location_unittest.cc.orig 2021-12-14 11:44:55 UTC -+++ base/location_unittest.cc -@@ -37,7 +37,7 @@ TEST(LocationTest, CurrentYieldsCorrectValue) { - EXPECT_EQ(here.line_number(), previous_line + 1); - EXPECT_STREQ("TestBody", here.function_name()); - #endif --#elif defined(OFFICIAL_BUILD) -+#elif defined(OFFICIAL_BUILD) && !defined(OS_BSD) - #error Location builtins must be supported in official builds. - #elif BUILDFLAG(FROM_HERE_USES_LOCATION_BUILTINS) - #error FROM_HERE requires location builtins to be supported. |