瀏覽代碼

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

PiperOrigin-RevId: 388341429
ld
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();
}

Loading…
取消
儲存