Skip to content

Commit f2d66b8

Browse files
committed
Fix test.
During the merge this was put in the wrong order.
1 parent 04d5121 commit f2d66b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,6 @@
196196
// CHECK-NEXT: WorkGroupSizeHint (SubjectMatchRule_function)
197197
// CHECK-NEXT: XRayInstrument (SubjectMatchRule_function, SubjectMatchRule_objc_method)
198198
// CHECK-NEXT: XRayLogArgs (SubjectMatchRule_function, SubjectMatchRule_objc_method)
199-
// CHECK-NEXT: ZeroCallUsedRegs (SubjectMatchRule_function)
200199
// CHECK-NEXT: YkOutline (SubjectMatchRule_function)
200+
// CHECK-NEXT: ZeroCallUsedRegs (SubjectMatchRule_function)
201201
// CHECK-NEXT: End of supported attributes.

0 commit comments

Comments
 (0)