about summary refs log tree commit diff homepage
path: root/test
diff options
context:
space:
mode:
authorCristian Cadar <c.cadar@imperial.ac.uk>2024-02-22 23:18:44 +0000
committerMartinNowack <2443641+MartinNowack@users.noreply.github.com>2024-02-27 09:45:01 +0000
commit399ea405d485474350a58a590d50154732000c2f (patch)
tree35ca555d300f79df462b0131d736f8c6c19ca97f /test
parentb0261e097e1bc28c730af960e06005d5158d7f36 (diff)
downloadklee-399ea405d485474350a58a590d50154732000c2f.tar.gz
Small refactorings and reformatting in callExternalFunction
Diffstat (limited to 'test')
-rw-r--r--test/Feature/ExtCallOverapprox.c2
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