diff options
Diffstat (limited to 'llvm/test/MC/WebAssembly/explicit-sections.ll')
| -rw-r--r-- | llvm/test/MC/WebAssembly/explicit-sections.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/WebAssembly/explicit-sections.ll b/llvm/test/MC/WebAssembly/explicit-sections.ll index b94190f8143..ae04051f458 100644 --- a/llvm/test/MC/WebAssembly/explicit-sections.ll +++ b/llvm/test/MC/WebAssembly/explicit-sections.ll @@ -10,7 +10,7 @@ target triple = "wasm32-unknown-unknown" @global3 = global i32 8, align 8, section ".sec2" -; CHECK: - Type: DATA +; CHECK: - Type: DATA{{$}} ; CHECK-NEXT: Segments: ; CHECK-NEXT: - SectionOffset: 6 ; CHECK-NEXT: InitFlags: 0 |

