From 871ef5aafac77a845b18982bccba42fb88068e23 Mon Sep 17 00:00:00 2001 From: OSS-Fuzz Team Date: Sat, 5 Jul 2025 20:42:00 -0700 Subject: [PATCH] test change Indexer-PiperOrigin-RevId: 779639169 --- infra/indexer/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/indexer/main.cc b/infra/indexer/main.cc index 58c44cca89f0..ef4eb79cec70 100644 --- a/infra/indexer/main.cc +++ b/infra/indexer/main.cc @@ -74,7 +74,7 @@ int main(int argc, char** argv) { << " for indexing larger codebases, or this will be extra slow."; #endif - std::string error; + std::string error; // test auto db = CompilationDatabase::autoDetectFromDirectory(build_dir, error); if (!db) { LOG(ERROR) << "Failed to load compilation database: " << error;