瀏覽代碼

Fix accidental double std:: qualifiers.

PiperOrigin-RevId: 309136120
main
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…
取消
儲存