summaryrefslogtreecommitdiff
path: root/waterfox/0001-netwerk-remove-TestURIMutator.cpp-test.patch
blob: eb12d8c7f942b7067ce8f6cc9f3273c45c50705d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 9fcb33feca82659a7fd6e043ec30ea4fbabdbbc3 Mon Sep 17 00:00:00 2001
From: Phantom X <PhantomX@users.noreply.github.com>
Date: Sun, 14 Aug 2022 11:04:17 -0300
Subject: [PATCH] netwerk: remove TestURIMutator.cpp test

Build failure
---
 netwerk/test/gtest/moz.build | 1 -
 1 file changed, 1 deletion(-)

diff --git a/netwerk/test/gtest/moz.build b/netwerk/test/gtest/moz.build
index 0bfdcd4..34a06c9 100644
--- a/netwerk/test/gtest/moz.build
+++ b/netwerk/test/gtest/moz.build
@@ -10,7 +10,6 @@ UNIFIED_SOURCES += [
     'TestHttpAuthUtils.cpp',
     'TestProtocolProxyService.cpp',
     'TestStandardURL.cpp',
-    'TestURIMutator.cpp',
 ]
 
 include('/ipc/chromium/chromium-config.mozbuild')
-- 
2.37.2

bgstack15