소스 검색

Remove the `/` prefix from the recovery_test test file to prevent a double `/`.

PiperOrigin-RevId: 388341429
pull/1/head
leveldb Team 3 년 전
committed by Victor Costan
부모
커밋
8e62cc5124
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      db/recovery_test.cc

+ 1
- 1
db/recovery_test.cc 파일 보기

@ -18,7 +18,7 @@ namespace leveldb {
class RecoveryTest : public testing::Test {
public:
RecoveryTest() : env_(Env::Default()), db_(nullptr) {
dbname_ = testing::TempDir() + "/recovery_test";
dbname_ = testing::TempDir() + "recovery_test";
DestroyDB(dbname_, Options());
Open();
}

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