Skip to content

Commit b392ac9

Browse files
author
Dan Gohman
committed
[WebAssembly] Fix ImportName's position in this test.
This is a follow-up to r352930. llvm-svn: 352936
1 parent 39ad187 commit b392ac9

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
@@ -138,8 +138,8 @@
138138
// CHECK-NEXT: WarnUnusedResult (SubjectMatchRule_objc_method, SubjectMatchRule_enum, SubjectMatchRule_record, SubjectMatchRule_hasType_functionType)
139139
// CHECK-NEXT: Weak (SubjectMatchRule_variable, SubjectMatchRule_function, SubjectMatchRule_record)
140140
// CHECK-NEXT: WeakRef (SubjectMatchRule_variable, SubjectMatchRule_function)
141-
// CHECK-NEXT: WebAssemblyImportName (SubjectMatchRule_function)
142141
// CHECK-NEXT: WebAssemblyImportModule (SubjectMatchRule_function)
142+
// CHECK-NEXT: WebAssemblyImportName (SubjectMatchRule_function)
143143
// CHECK-NEXT: WorkGroupSizeHint (SubjectMatchRule_function)
144144
// CHECK-NEXT: XRayInstrument (SubjectMatchRule_function, SubjectMatchRule_objc_method)
145145
// CHECK-NEXT: XRayLogArgs (SubjectMatchRule_function, SubjectMatchRule_objc_method)

0 commit comments

Comments
 (0)