diff options
author | Johannes Doerfert <johannes@jdoerfert.de> | 2020-12-15 17:24:53 -0600 |
---|---|---|
committer | Johannes Doerfert <johannes@jdoerfert.de> | 2020-12-15 17:24:53 -0600 |
commit | bc7126b2bc542fdb28347c73a9cb193f5790d93b (patch) | |
tree | 7bc759ced7729b7fdd77b1d6aa9ed8221eda244c | |
parent | 2aae2136d5c6b2da69787934f5963a6b3486e5fe (diff) | |
download | llvm-bc7126b2bc542fdb28347c73a9cb193f5790d93b.zip llvm-bc7126b2bc542fdb28347c73a9cb193f5790d93b.tar.gz llvm-bc7126b2bc542fdb28347c73a9cb193f5790d93b.tar.bz2 |
[FIX] Add the comma missing in D91979
-rw-r--r-- | clang/test/Misc/pragma-attribute-supported-attributes-list.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Misc/pragma-attribute-supported-attributes-list.test b/clang/test/Misc/pragma-attribute-supported-attributes-list.test index 6e2fddc..e280219 100644 --- a/clang/test/Misc/pragma-attribute-supported-attributes-list.test +++ b/clang/test/Misc/pragma-attribute-supported-attributes-list.test @@ -20,7 +20,7 @@ // CHECK-NEXT: ArcWeakrefUnavailable (SubjectMatchRule_objc_interface) // CHECK-NEXT: ArmBuiltinAlias (SubjectMatchRule_function) // CHECK-NEXT: AssumeAligned (SubjectMatchRule_objc_method, SubjectMatchRule_function) -// CHECK-NEXT: Assumption (SubjectMatchRule_function SubjectMatchRule_objc_method) +// CHECK-NEXT: Assumption (SubjectMatchRule_function, SubjectMatchRule_objc_method) // CHECK-NEXT: Availability ((SubjectMatchRule_record, SubjectMatchRule_enum, SubjectMatchRule_enum_constant, SubjectMatchRule_field, SubjectMatchRule_function, SubjectMatchRule_namespace, SubjectMatchRule_objc_category, SubjectMatchRule_objc_implementation, SubjectMatchRule_objc_interface, SubjectMatchRule_objc_method, SubjectMatchRule_objc_property, SubjectMatchRule_objc_protocol, SubjectMatchRule_record, SubjectMatchRule_type_alias, SubjectMatchRule_variable)) // CHECK-NEXT: BPFPreserveAccessIndex (SubjectMatchRule_record) // CHECK-NEXT: CFAuditedTransfer (SubjectMatchRule_function) |