mirror of
https://github.com/curl/curl.git
synced 2026-07-23 16:47:15 +03:00
libtest/first.c: remove the Test: stderr output for unity builds
That makes the output differ between builds which breaks libtests doing stderr comparisons Closes #16872
This commit is contained in:
parent
68609f0e33
commit
bc26289d37
1 changed files with 0 additions and 2 deletions
|
|
@ -182,8 +182,6 @@ int main(int argc, char **argv)
|
|||
fprintf(stderr, "Test '%s' not found.\n", test_name);
|
||||
return 1;
|
||||
}
|
||||
|
||||
fprintf(stderr, "Test: %s\n", test_name);
|
||||
}
|
||||
#else
|
||||
basearg = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue