We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2343de8 + 8761824 commit 3dd7ff0Copy full SHA for 3dd7ff0
src/goto-harness/function_call_harness_generator.cpp
@@ -390,8 +390,7 @@ void function_call_harness_generatort::validate_options(
390
"--" COMMON_HARNESS_GENERATOR_FUNCTION_POINTER_CAN_BE_NULL_OPT};
391
}
392
393
- const auto &function_pointer_type =
394
- ns.follow(function_pointer_symbol_pointer->type);
+ const auto &function_pointer_type = function_pointer_symbol_pointer->type;
395
396
if(!can_cast_type<pointer_typet>(function_pointer_type))
397
{
0 commit comments