summaryrefslogtreecommitdiffstats
path: root/src/build_log_perftest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/build_log_perftest.cc')
-rw-r--r--src/build_log_perftest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build_log_perftest.cc b/src/build_log_perftest.cc
index 810c065..185c512 100644
--- a/src/build_log_perftest.cc
+++ b/src/build_log_perftest.cc
@@ -71,7 +71,7 @@ bool WriteTestData(string* err) {
long_rule_command += "$in -o $out\n";
State state;
- ManifestParser parser(&state, NULL);
+ ManifestParser parser(&state, NULL, kDupeEdgeActionWarn);
if (!parser.ParseTest("rule cxx\n command = " + long_rule_command, err))
return false;