Browse Source

[test] update output formatting

rexim 3 years ago
parent
commit
c490e7fd40
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test.c

+ 1 - 1
test.c

@@ -163,7 +163,7 @@ Replay_Result replay_test_case(const char *program_path, Olivec_Canvas actual_ca
         return(REPLAY_FAILED);
     }
 
-    printf("%s OK\n", expected_file_path);
+    printf("%s: OK\n", expected_file_path);
 
     return(REPLAY_PASSED);
 }