diff options
Diffstat (limited to 'tests/test_git_superproject.py')
-rw-r--r-- | tests/test_git_superproject.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test_git_superproject.py b/tests/test_git_superproject.py index 0bb77185..1425f4ce 100644 --- a/tests/test_git_superproject.py +++ b/tests/test_git_superproject.py | |||
@@ -366,7 +366,3 @@ class SuperprojectTestCase(unittest.TestCase): | |||
366 | 'revision="52d3c9f7c107839ece2319d077de0cd922aa9d8f"/>' | 366 | 'revision="52d3c9f7c107839ece2319d077de0cd922aa9d8f"/>' |
367 | '<superproject name="superproject"/>' | 367 | '<superproject name="superproject"/>' |
368 | '</manifest>') | 368 | '</manifest>') |
369 | |||
370 | |||
371 | if __name__ == '__main__': | ||
372 | unittest.main() | ||