summaryrefslogtreecommitdiffstats
path: root/src/build_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/build_test.cc')
-rw-r--r--src/build_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build_test.cc b/src/build_test.cc
index 8a7fc20..86a911b 100644
--- a/src/build_test.cc
+++ b/src/build_test.cc
@@ -435,7 +435,7 @@ struct BuildTest : public StateTestWithBuiltinRules, public BuildLogUser {
builder_.command_runner_.release();
}
- virtual bool IsPathDead(StringPiece s) { return false; }
+ virtual bool IsPathDead(StringPiece s) const { return false; }
/// Rebuild target in the 'working tree' (fs_).
/// State of command_runner_ and logs contents (if specified) ARE MODIFIED.