From: Dan Gohman Date: Tue, 30 Apr 2019 19:58:56 +0000 (+0000) Subject: [WebAssembly] Fix test after r359602 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=555f5334afc1243da543cda37fce9d27f8a16446;p=llvm [WebAssembly] Fix test after r359602 Update the expected output for this test now that the EXPLICIT_NAME flag is being printed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@359605 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/MC/WebAssembly/import-module.ll b/test/MC/WebAssembly/import-module.ll index f36011d4892..1da142123ed 100644 --- a/test/MC/WebAssembly/import-module.ll +++ b/test/MC/WebAssembly/import-module.ll @@ -25,7 +25,7 @@ attributes #0 = { "wasm-import-module"="bar" "wasm-import-name"="qux" } ; CHECK: - Type: CUSTOM ; CHECK: Name: foo -; CHECK-NEXT: Flags: [ UNDEFINED ] +; CHECK-NEXT: Flags: [ UNDEFINED, EXPLICIT_NAME ] ; CHECK: Name: plain ; CHECK-NEXT: Flags: [ UNDEFINED ]