Skip to content

Commit 112eadd

Browse files
committed
[Bounds-Safety] Fix pragma-attribute-supported-attributes-list.test
0ec3b97 changed the `counted_by` attribute to be `LateAttrParseExperimentalExt`. This means the attribute is no longer supported by `#pragma clang attribute`. However, the `pragma-attribute-supported-attributes-list.test` wasn't updated to account for that. rdar://125400257
1 parent 76fdc2e commit 112eadd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/test/Misc/pragma-attribute-supported-attributes-list.test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
// CHECK-NEXT: CoroOnlyDestroyWhenComplete (SubjectMatchRule_record)
6464
// CHECK-NEXT: CoroReturnType (SubjectMatchRule_record)
6565
// CHECK-NEXT: CoroWrapper (SubjectMatchRule_function)
66-
// CHECK-NEXT: CountedBy (SubjectMatchRule_field)
6766
// CHECK-NEXT: DLLExport (SubjectMatchRule_function, SubjectMatchRule_variable, SubjectMatchRule_record, SubjectMatchRule_objc_interface)
6867
// CHECK-NEXT: DLLImport (SubjectMatchRule_function, SubjectMatchRule_variable, SubjectMatchRule_record, SubjectMatchRule_objc_interface)
6968
// CHECK-NEXT: Destructor (SubjectMatchRule_function)

0 commit comments

Comments
 (0)