Skip to content

Commit

Permalink
Fixing func_parm_bounds test case (#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
Machiry authored May 30, 2021
1 parent 07ed382 commit e240faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/test/3C/func_parm_bounds.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ int caller() {
return 0;
}
//CHECK_ALL: int arr _Checked[5];
//CHECK_ALL: glob = _Assume_bounds_cast<_Array_ptr<int>>(malloc(gsize*sizeof(int)), byte_count(0));
//CHECK_ALL: glob = malloc<int>(gsize*sizeof(int));

0 comments on commit e240faa

Please sign in to comment.