We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b79842 commit d89c9b6Copy full SHA for d89c9b6
test/test_main.h
@@ -25,7 +25,7 @@ using namespace std;
25
#endif
26
27
int main(void) {
28
- printf("pass " __TIME__);
+ printf("pass %s\n", __TIME__);
29
return 0;
30
}
31
0 commit comments