From 5cf74aa0b5f3d6fc3f997827b161f80f563be255 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sun, 26 Jul 2009 11:21:23 +0000 Subject: Make sure final KLEE output gets on a new line. git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@77155 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/klee/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') 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 = " -- cgit 1.4.1