Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.46 KB

short_example_report.md

File metadata and controls

20 lines (14 loc) · 1.46 KB

short_example_report

Sun May 7 16:59:28 2023

3 failed

3 passed

Type Expected Actual Location (fn:ln[,col]) Source File
int 0 1 int main():16 short_example.cpp
char* short_example.cpp_19.expected short_example.cpp_19.actual int main():19 short_example.cpp
std::vector<int> short_example.cpp_24.expected short_example.cpp_24.actual int main():24 short_example.cpp
Type Expected Location (fn:ln,col) Source File
int 1 int main():15 short_example.cpp
char* len=12 Hello world! int main():18 short_example.cpp
std::vector<int> sz=4 [ 0, 1, 2, 3, ] int main():25 short_example.cpp