Fix typo in test name
authorSam Clegg <sbc@chromium.org>
Mon, 27 Nov 2017 23:09:19 +0000 (23:09 +0000)
committerSam Clegg <sbc@chromium.org>
Mon, 27 Nov 2017 23:09:19 +0000 (23:09 +0000)
llvm-svn: 319112

lld/test/wasm/symbol-type-mismatch.ll [moved from lld/test/wasm/symtol-type-mismatch.ll with 86% similarity]

similarity index 86%
rename from lld/test/wasm/symtol-type-mismatch.ll
rename to lld/test/wasm/symbol-type-mismatch.ll
index af8ea40..355e9d7 100644 (file)
@@ -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