|
@@ -865,13 +865,13 @@ int __cdecl main(void) {
|
|
if (f) {
|
|
if (f) {
|
|
fclose(f);
|
|
fclose(f);
|
|
} else {
|
|
} else {
|
|
- printf("Error: Test directory does not contain hello.txt\n", buffer);
|
|
|
|
|
|
+ printf("Error: Test directory does not contain hello.txt\n");
|
|
}
|
|
}
|
|
f = fopen("unit_test.c", "r");
|
|
f = fopen("unit_test.c", "r");
|
|
if (f) {
|
|
if (f) {
|
|
fclose(f);
|
|
fclose(f);
|
|
} else {
|
|
} else {
|
|
- printf("Error: Test directory does not contain unit_test.c\n", buffer);
|
|
|
|
|
|
+ printf("Error: Test directory does not contain unit_test.c\n");
|
|
}
|
|
}
|
|
|
|
|
|
/* test local functions */
|
|
/* test local functions */
|