aboutsummaryrefslogtreecommitdiff
path: root/test/wasm/function-imports.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/wasm/function-imports.ll')
-rw-r--r--test/wasm/function-imports.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/wasm/function-imports.ll b/test/wasm/function-imports.ll
index e0988ff95f96..072554d8400a 100644
--- a/test/wasm/function-imports.ll
+++ b/test/wasm/function-imports.ll
@@ -1,5 +1,5 @@
-; RUN: llc -filetype=obj -mtriple=wasm32-unknown-uknown-wasm %p/Inputs/ret32.ll -o %t.ret32.o
-; RUN: llc -filetype=obj -mtriple=wasm32-unknown-uknown-wasm %s -o %t.o
+; RUN: llc -filetype=obj -mtriple=wasm32-unknown-unknown-wasm %p/Inputs/ret32.ll -o %t.ret32.o
+; RUN: llc -filetype=obj -mtriple=wasm32-unknown-unknown-wasm %s -o %t.o
; RUN: lld -flavor wasm -o %t.wasm %t.ret32.o %t.o
; RUN: obj2yaml %t.wasm | FileCheck %s