Skip to content

Commit d89c9b6

Browse files
committed
fix(test): make sure to add a new line
1 parent 1b79842 commit d89c9b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_main.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ using namespace std;
2525
#endif
2626

2727
int main(void) {
28-
printf("pass " __TIME__);
28+
printf("pass %s\n", __TIME__);
2929
return 0;
3030
}
3131

0 commit comments

Comments
 (0)