diff options
Diffstat (limited to 'lld')
| -rw-r--r-- | lld/test/wasm/symbol-type-mismatch.ll (renamed from lld/test/wasm/symtol-type-mismatch.ll) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/wasm/symtol-type-mismatch.ll b/lld/test/wasm/symbol-type-mismatch.ll index af8ea408894..355e9d7acda 100644 --- a/lld/test/wasm/symtol-type-mismatch.ll +++ b/lld/test/wasm/symbol-type-mismatch.ll @@ -8,5 +8,5 @@ target triple = "wasm32-unknown-unknown-wasm" @ret32 = extern_weak global i32, align 4 ; CHECK: error: symbol type mismatch: ret32 -; CHECK: >>> defined as Global in {{.*}}symtol-type-mismatch.ll.tmp.o +; CHECK: >>> defined as Global in {{.*}}symbol-type-mismatch.ll.tmp.o ; CHECK: >>> defined as Function in {{.*}}.ret32.o |

