mirror of
https://github.com/jezhiggins/arabica
synced 2024-11-17 07:48:50 +01:00
add newline to end of output
This commit is contained in:
parent
8042da8594
commit
a1ecf11eda
1 changed files with 1 additions and 1 deletions
|
@ -65,6 +65,6 @@ void XmlTestResult::print(std::ostream& stream)
|
||||||
stream << "</testcase>\n";
|
stream << "</testcase>\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
stream << "</testsuite>";
|
stream << "</testsuite>" << std::endl;
|
||||||
|
|
||||||
} // print
|
} // print
|
||||||
|
|
Loading…
Reference in a new issue