about summary refs log tree commit diff homepage
path: root/tools/klee
diff options
context:
space:
mode:
authorFrank Busse <bb0xfb@gmail.com>2020-03-19 18:38:33 +0000
committerCristian Cadar <c.cadar@imperial.ac.uk>2020-04-08 10:13:20 +0100
commitbb933726973a7fbdbc59953dfe7ca4cfc242e971 (patch)
tree59d7f055fc1df0be99b813a3def51d4997d79030 /tools/klee
parentfd1200a9ac4b3ea17f20c52ac1b7e5d549edbae1 (diff)
downloadklee-bb933726973a7fbdbc59953dfe7ca4cfc242e971.tar.gz
stats: rename QueriesConstructs to QueryConstructs
Diffstat (limited to 'tools/klee')
-rw-r--r--tools/klee/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/klee/main.cpp b/tools/klee/main.cpp
index 796956dc..197ed6cf 100644
--- a/tools/klee/main.cpp
+++ b/tools/klee/main.cpp
@@ -1518,7 +1518,7 @@ int main(int argc, char **argv, char **envp) {
   uint64_t queryCounterexamples =
     *theStatisticManager->getStatisticByName("QueriesCEX");
   uint64_t queryConstructs =
-    *theStatisticManager->getStatisticByName("QueriesConstructs");
+    *theStatisticManager->getStatisticByName("QueryConstructs");
   uint64_t instructions =
     *theStatisticManager->getStatisticByName("Instructions");
   uint64_t forks =