瀏覽代碼

Fix typo (forgotten reference operator) in test.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=171708408
main
costan 7 年之前
committed by Victor Costan
父節點
當前提交
23162ca1c6
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      db/fault_injection_test.cc

+ 1
- 1
db/fault_injection_test.cc 查看文件

@ -34,7 +34,7 @@ class FaultInjectionTestEnv;
namespace {
// Assume a filename, and not a directory name like "/foo/bar/"
static std::string GetDirName(const std::string filename) {
static std::string GetDirName(const std::string& filename) {
size_t found = filename.find_last_of("/\\");
if (found == std::string::npos) {
return "";

Loading…
取消
儲存