diff --git a/lldb/test/Shell/SymbolFile/NativePDB/function-types-builtins.cpp b/lldb/test/Shell/SymbolFile/NativePDB/function-types-builtins.cpp --- a/lldb/test/Shell/SymbolFile/NativePDB/function-types-builtins.cpp +++ b/lldb/test/Shell/SymbolFile/NativePDB/function-types-builtins.cpp @@ -118,7 +118,7 @@ auto aac = &unary; // CHECK: (void (*)(int (&&)[5])) aac = {{.*}} auto aad = &unary; -// CHECK: (void (*)(int (*)[5])) aad = {{.*}} +// CHECK: (void (*)(int (*const)[5])) aad = {{.*}} // same test cases with return values, note we can't overload on return type