aboutsummaryrefslogtreecommitdiff
path: root/llvm_tools/patch_manager_unittest.py
diff options
context:
space:
mode:
Diffstat (limited to 'llvm_tools/patch_manager_unittest.py')
-rwxr-xr-xllvm_tools/patch_manager_unittest.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm_tools/patch_manager_unittest.py b/llvm_tools/patch_manager_unittest.py
index 1087727f..30acd24a 100755
--- a/llvm_tools/patch_manager_unittest.py
+++ b/llvm_tools/patch_manager_unittest.py
@@ -124,7 +124,6 @@ class PatchManagerTest(unittest.TestCase):
dirpath,
patches_path,
"example.patch",
- patch_utils.gnu_patch,
)
self.assertEqual(result, expected)
m.assert_called()
@@ -165,7 +164,6 @@ class PatchManagerTest(unittest.TestCase):
dirpath,
patches_path,
"example.patch",
- patch_utils.gnu_patch,
)
self.assertEqual(result, expected)