about summary refs log tree commit diff homepage
path: root/include
diff options
context:
space:
mode:
authorDan Liew <delcypher@gmail.com>2016-04-08 14:36:06 +0100
committerDan Liew <delcypher@gmail.com>2016-04-08 14:36:06 +0100
commit386d972fbbb6064eff394c687d427d4385f95716 (patch)
tree44fc2a65d5ab8fcc706f8eeecf5f86837a839ec3 /include
parent6609a03e68bf551f433ddd0fd8cf64a8683ee2ee (diff)
parent5fbbd8a6ea51c81419b29ccfd133b4a9789fd638 (diff)
downloadklee-386d972fbbb6064eff394c687d427d4385f95716.tar.gz
Merge pull request #368 from delcypher/refactor_klee_out_file_to_ktest
Refactor use of the name "outFile" to "KTest"
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