ソースを参照

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 "";

読み込み中…
キャンセル
保存