1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-30 22:23:13 +03:00

Redirect failed test result to INTOVOID and update comment about parsing fast command

This commit is contained in:
Jennifer Liu
2018-06-27 16:27:45 -07:00
parent aef8486fee
commit 1ab57a7ce1
2 changed files with 2 additions and 2 deletions

View File

@ -561,7 +561,7 @@ int main(int argCount, const char* argv[])
continue;
}
if (longCommandWArg(&argument, "--fast")) {
/* Parse optional window log */
/* Parse optional acceleration factor */
if (*argument == '=') {
U32 fastLevel;
++argument;