diff options
Diffstat (limited to 'llvm/test/MC/WebAssembly/import-module.ll')
| -rw-r--r-- | llvm/test/MC/WebAssembly/import-module.ll | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/llvm/test/MC/WebAssembly/import-module.ll b/llvm/test/MC/WebAssembly/import-module.ll index 461d5c20ae9..f36011d4892 100644 --- a/llvm/test/MC/WebAssembly/import-module.ll +++ b/llvm/test/MC/WebAssembly/import-module.ll @@ -14,7 +14,7 @@ declare void @plain()  attributes #0 = { "wasm-import-module"="bar" "wasm-import-name"="qux" }  ; CHECK:        - Type:            IMPORT -; CHECK-NEXT:     Imports:          +; CHECK-NEXT:     Imports:  ; CHECK:            - Module:          bar  ; CHECK-NEXT:         Field:           qux  ; CHECK-NEXT:         Kind:            FUNCTION | 

