diff --git a/clang/test/3C/func_parm_bounds.c b/clang/test/3C/func_parm_bounds.c index f130672ad472..7262ed7f46e0 100644 --- a/clang/test/3C/func_parm_bounds.c +++ b/clang/test/3C/func_parm_bounds.c @@ -46,4 +46,4 @@ int caller() { return 0; } //CHECK_ALL: int arr _Checked[5]; -//CHECK_ALL: glob = _Assume_bounds_cast<_Array_ptr>(malloc(gsize*sizeof(int)), byte_count(0)); +//CHECK_ALL: glob = malloc(gsize*sizeof(int));