diff options
Diffstat (limited to 'test/Feature/srem.c')
-rw-r--r-- | test/Feature/srem.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Feature/srem.c b/test/Feature/srem.c index 1303ac63..65b324d3 100644 --- a/test/Feature/srem.c +++ b/test/Feature/srem.c @@ -39,5 +39,6 @@ int main(int argc, char** argv) // CHECK: srem.c:[[@LINE+1]]: ASSERTION FAIL assert(-1 % y == -1); - // CHECK: KLEE: done: completed paths = 5 + // CHECK: KLEE: done: completed paths = 2 + // CHECK: KLEE: done: partially completed paths = 3 } |