Przeglądaj źródła

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

PiperOrigin-RevId: 388341429
main
leveldb Team 3 lat temu
committed by Victor Costan
rodzic
commit
8e62cc5124
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      db/recovery_test.cc

+ 1
- 1
db/recovery_test.cc Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz