diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/regression/2016-11-24-bitcast-weak-alias.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/regression/2016-11-24-bitcast-weak-alias.c b/test/regression/2016-11-24-bitcast-weak-alias.c index 8fffa4a5..4bbb3f95 100644 --- a/test/regression/2016-11-24-bitcast-weak-alias.c +++ b/test/regression/2016-11-24-bitcast-weak-alias.c @@ -4,8 +4,8 @@ // RUN: %klee --output-dir=%t.klee-out -exit-on-error -search=nurs:covnew %t.bc DUMMY_ARG >%t1.log 2>&1 // RUN: FileCheck -input-file=%t1.log %s -// This test case is designed to cover code in `klee::getDirectCallTarget(CallSite)`. -// In particular it designed to test the case where a bitcasted function call, calls +// This test case is designed to cover code in `klee::getDirectCallTarget(CallBase)`. +// In particular, it's designed to test the case where a bitcasted function call calls // a weak alias. struct v1 { int c; |