From 3a8b3bb1e8f8601e8a5598a652fad6d8d510fb30 Mon Sep 17 00:00:00 2001 From: Frank Busse Date: Tue, 14 Jun 2022 11:27:30 +0100 Subject: rename CallSite to CallBase --- test/regression/2016-11-24-bitcast-weak-alias.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') 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; -- cgit 1.4.1