Преглед изворни кода

Fix accidental double std:: qualifiers.

PiperOrigin-RevId: 309136120
pull/1/head
Victor Costan пре 4 година
родитељ
комит
5c6dd75897
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      util/env_posix_test.cc

+ 1
- 1
util/env_posix_test.cc Прегледај датотеку

@ -149,7 +149,7 @@ void CheckCloseOnExecDoesNotLeakFDs(
if (child_pid == kForkInChildProcessReturnValue) {
::execv(child_argv[0], child_argv);
std::fprintf(stderr, "Error spawning child process: %s\n", strerror(errno));
std::std::exit(kTextCloseOnExecHelperExecFailedCode);
std::exit(kTextCloseOnExecHelperExecFailedCode);
}
int child_status = 0;

Loading…
Откажи
Сачувај