summaryrefslogtreecommitdiffstats
path: root/src/build_log_test.cc
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2012-05-08 22:50:24 (GMT)
committerNico Weber <thakis@chromium.org>2012-05-08 23:55:27 (GMT)
commit1e9124b09db813c79d22fd19f26c29cd4129b17b (patch)
treed6cdd002f517f5dce39eed090951028d3c08c8be /src/build_log_test.cc
parent3b0e78ae100f1a6d97358a9bd4a5d65280f42904 (diff)
downloadNinja-1e9124b09db813c79d22fd19f26c29cd4129b17b.zip
Ninja-1e9124b09db813c79d22fd19f26c29cd4129b17b.tar.gz
Ninja-1e9124b09db813c79d22fd19f26c29cd4129b17b.tar.bz2
Add a BuildLog loading perftest.
Diffstat (limited to 'src/build_log_test.cc')
-rw-r--r--src/build_log_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build_log_test.cc b/src/build_log_test.cc
index 08c3083..84a4ca5 100644
--- a/src/build_log_test.cc
+++ b/src/build_log_test.cc
@@ -28,7 +28,7 @@
#include <unistd.h>
#endif
-static const char kTestFilename[] = "BuildLogTest-tempfile";
+const char kTestFilename[] = "BuildLogTest-tempfile";
struct BuildLogTest : public StateTestWithBuiltinRules {
virtual void SetUp() {