summaryrefslogtreecommitdiffstats
path: root/tests/test_git_superproject.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_git_superproject.py')
-rw-r--r--tests/test_git_superproject.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test_git_superproject.py b/tests/test_git_superproject.py
index 603694d2..0ad9b01d 100644
--- a/tests/test_git_superproject.py
+++ b/tests/test_git_superproject.py
@@ -312,9 +312,6 @@ class SuperprojectTestCase(unittest.TestCase):
312 '<project groups="notdefault,platform-' + self.platform + '" ' 312 '<project groups="notdefault,platform-' + self.platform + '" '
313 'name="platform/art" path="art" ' 313 'name="platform/art" path="art" '
314 'revision="2c2724cb36cd5a9cec6c852c681efc3b7c6b86ea" upstream="refs/heads/main"/>' 314 'revision="2c2724cb36cd5a9cec6c852c681efc3b7c6b86ea" upstream="refs/heads/main"/>'
315 '<project clone-depth="1" groups="' + local_group + '" '
316 'name="platform/vendor/x" path="vendor/x" remote="goog" '
317 'revision="master-with-vendor"/>'
318 '<superproject name="superproject"/>' 315 '<superproject name="superproject"/>'
319 '</manifest>') 316 '</manifest>')
320 317