diff options
-rw-r--r-- | tools/klee/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/klee/main.cpp b/tools/klee/main.cpp index 0b4c0d3a..de20f6d3 100644 --- a/tools/klee/main.cpp +++ b/tools/klee/main.cpp @@ -1418,6 +1418,7 @@ int main(int argc, char **argv, char **envp) { << "KLEE: done: query cex = " << queryCounterexamples << "\n"; std::stringstream stats; + stats << "\n"; stats << "KLEE: done: total instructions = " << instructions << "\n"; stats << "KLEE: done: completed paths = " |