diff options
Diffstat (limited to 'cpp/001test')
-rw-r--r-- | cpp/001test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/001test b/cpp/001test index f0cb2c15..3611ca09 100644 --- a/cpp/001test +++ b/cpp/001test @@ -69,6 +69,7 @@ void run_tests() { for (unsigned long i=0; i < sizeof(Tests)/sizeof(Tests[0]); ++i) { run_test(i); } + // End Tests } void run_test(int i) { |