diff options
author | Cristian Cadar <c.cadar@imperial.ac.uk> | 2024-02-22 23:18:44 +0000 |
---|---|---|
committer | MartinNowack <2443641+MartinNowack@users.noreply.github.com> | 2024-02-27 09:45:01 +0000 |
commit | 399ea405d485474350a58a590d50154732000c2f (patch) | |
tree | 35ca555d300f79df462b0131d736f8c6c19ca97f /test | |
parent | b0261e097e1bc28c730af960e06005d5158d7f36 (diff) | |
download | klee-399ea405d485474350a58a590d50154732000c2f.tar.gz |
Small refactorings and reformatting in callExternalFunction
Diffstat (limited to 'test')
-rw-r--r-- | test/Feature/ExtCallOverapprox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/ExtCallOverapprox.c b/test/Feature/ExtCallOverapprox.c index 9f69b3dd..76ae319d 100644 --- a/test/Feature/ExtCallOverapprox.c +++ b/test/Feature/ExtCallOverapprox.c @@ -1,4 +1,4 @@ -// This test checks that under using the under-approximate external call policy, the symbolic arguments are left unconstrained by the external call +// This test checks that under using the over-approximate external call policy, the symbolic arguments are left unconstrained by the external call // RUN: %clang %s -emit-llvm %O0opt -g -c -o %t.bc // RUN: rm -rf %t.klee-out |