Added "Passed" print to dev,nlTest,simple tests

This commit is contained in:
Malik Burton
2020-09-12 16:09:45 -04:00
parent 80f929eb61
commit dca5853191
3 changed files with 7 additions and 4 deletions

View File

@@ -143,6 +143,6 @@ int main()
}
vx_print_str("\n");
}
vx_print_str("Passed!\n");
return 0;
}