aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/klee/Interpreter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/klee/Interpreter.h b/include/klee/Interpreter.h
index abd454b1..b40ad0d5 100644
--- a/include/klee/Interpreter.h
+++ b/include/klee/Interpreter.h
@@ -113,7 +113,7 @@ public:
// supply a test case to replay from. this can be used to drive the
// interpretation down a user specified path. use null to reset.
- virtual void setReplayOut(const struct KTest *out) = 0;
+ virtual void setReplayKTest(const struct KTest *out) = 0;
// supply a list of branch decisions specifying which direction to
// take on forks. this can be used to drive the interpretation down