aboutsummaryrefslogtreecommitdiff
path: root/llvm_tools/get_patch_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'llvm_tools/get_patch_test.py')
-rw-r--r--llvm_tools/get_patch_test.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm_tools/get_patch_test.py b/llvm_tools/get_patch_test.py
index 65cb3311..1f47d888 100644
--- a/llvm_tools/get_patch_test.py
+++ b/llvm_tools/get_patch_test.py
@@ -231,7 +231,3 @@ class TestGetPatch(unittest.TestCase):
finally:
self.ctx.dry_run = old_dry_run
self.patches_json_file.unlink()
-
-
-if __name__ == "__main__":
- unittest.main()