diff options
| author | Dan Gohman <dan433584@gmail.com> | 2019-02-01 22:52:29 +0000 |
|---|---|---|
| committer | Dan Gohman <dan433584@gmail.com> | 2019-02-01 22:52:29 +0000 |
| commit | b392ac92089f0bd36954e125f94c200a72bf7891 (patch) | |
| tree | ef70d5cc937c116bd12bc7503459829af7d78302 | |
| parent | 39ad187ec985edfb24ed3e14d99333f90161d796 (diff) | |
| download | bcm5719-llvm-b392ac92089f0bd36954e125f94c200a72bf7891.tar.gz bcm5719-llvm-b392ac92089f0bd36954e125f94c200a72bf7891.zip | |
[WebAssembly] Fix ImportName's position in this test.
This is a follow-up to r352930.
llvm-svn: 352936
| -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 05b92949124..0fe7ef464b0 100644 --- a/clang/test/Misc/pragma-attribute-supported-attributes-list.test +++ b/clang/test/Misc/pragma-attribute-supported-attributes-list.test @@ -138,8 +138,8 @@ // CHECK-NEXT: WarnUnusedResult (SubjectMatchRule_objc_method, SubjectMatchRule_enum, SubjectMatchRule_record, SubjectMatchRule_hasType_functionType) // CHECK-NEXT: Weak (SubjectMatchRule_variable, SubjectMatchRule_function, SubjectMatchRule_record) // CHECK-NEXT: WeakRef (SubjectMatchRule_variable, SubjectMatchRule_function) -// CHECK-NEXT: WebAssemblyImportName (SubjectMatchRule_function) // CHECK-NEXT: WebAssemblyImportModule (SubjectMatchRule_function) +// CHECK-NEXT: WebAssemblyImportName (SubjectMatchRule_function) // CHECK-NEXT: WorkGroupSizeHint (SubjectMatchRule_function) // CHECK-NEXT: XRayInstrument (SubjectMatchRule_function, SubjectMatchRule_objc_method) // CHECK-NEXT: XRayLogArgs (SubjectMatchRule_function, SubjectMatchRule_objc_method) |

