소스 검색

Fix typo (forgotten reference operator) in test.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=171708408
pull/1/head
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 "";

불러오는 중...
취소
저장