Ver a proveniência

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

PiperOrigin-RevId: 388341429
main
leveldb Team há 3 anos
committed by Victor Costan
ascendente
cometimento
8e62cc5124
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      db/recovery_test.cc

+ 1
- 1
db/recovery_test.cc Ver ficheiro

@ -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();
}

Carregando…
Cancelar
Guardar