Index: clang/test/Frontend/plugin-attribute.cpp =================================================================== --- clang/test/Frontend/plugin-attribute.cpp +++ clang/test/Frontend/plugin-attribute.cpp @@ -9,7 +9,7 @@ [[plugin::example]] void fn1c() {} void fn2() __attribute__((example("somestring", 1, 2.0))) {} // CHECK-COUNT-4: -AnnotateAttr 0x{{[0-9a-z]+}} {{}} "example" -// CHECK: -StringLiteral 0x{{[0-9a-z]+}} {{}} 'const char [{{[0-9]+}}]' lvalue "somestring" +// CHECK: -StringLiteral 0x{{[0-9a-z]+}} {{}} 'const char[{{[0-9]+}}]' lvalue "somestring" // CHECK: -IntegerLiteral 0x{{[0-9a-z]+}} {{}} 'int' 1 // CHECK: -FloatingLiteral 0x{{[0-9a-z]+}} {{}} 'double' 2.000000e+00