Skip to content

Commit e240faa

Browse files
authored
Fixing func_parm_bounds test case (#601)
1 parent 07ed382 commit e240faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/3C/func_parm_bounds.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ int caller() {
4646
return 0;
4747
}
4848
//CHECK_ALL: int arr _Checked[5];
49-
//CHECK_ALL: glob = _Assume_bounds_cast<_Array_ptr<int>>(malloc(gsize*sizeof(int)), byte_count(0));
49+
//CHECK_ALL: glob = malloc<int>(gsize*sizeof(int));

0 commit comments

Comments
 (0)