Skip to content
Snippets Groups Projects
Commit a0769f38 authored by athatheocsd's avatar athatheocsd
Browse files

Goddamn vera, here is your new line at the end of the file.

parent 12e8c0bd
No related branches found
No related tags found
No related merge requests found
...@@ -81,4 +81,4 @@ TEST_CASE("High Severity Anomaly Report TM[5,4]","[service][st05]") { ...@@ -81,4 +81,4 @@ TEST_CASE("High Severity Anomaly Report TM[5,4]","[service][st05]") {
CHECK(report.readEnum16() == 4); CHECK(report.readEnum16() == 4);
report.readString(checkString,10); report.readString(checkString,10);
CHECK(strcmp(checkString, reinterpret_cast<const char*>(eventReportData)) == 0); CHECK(strcmp(checkString, reinterpret_cast<const char*>(eventReportData)) == 0);
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment