Index: tools/testrunner/local/junit_output.py |
diff --git a/tools/testrunner/local/junit_output.py b/tools/testrunner/local/junit_output.py |
index 437adb178931f82364aa87e66315231b7b57a56d..d2748febd981c0e86556b5c4396a5f1457508c0c 100644 |
--- a/tools/testrunner/local/junit_output.py |
+++ b/tools/testrunner/local/junit_output.py |
@@ -46,4 +46,3 @@ class JUnitTestOutput: |
def FinishAndWrite(self, file): |
xml.ElementTree(self.root).write(file, "UTF-8") |
- |