Selaa lähdekoodia

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

PiperOrigin-RevId: 388341429
main
leveldb Team 3 vuotta sitten
committed by Victor Costan
vanhempi
commit
8e62cc5124
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      db/recovery_test.cc

+ 1
- 1
db/recovery_test.cc Näytä tiedosto

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

Ladataan…
Peruuta
Tallenna