summaryrefslogtreecommitdiff
path: root/test/wasm/function-imports-first.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/wasm/function-imports-first.ll')
-rw-r--r--test/wasm/function-imports-first.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/wasm/function-imports-first.ll b/test/wasm/function-imports-first.ll
index 085345ad7ffc1..eda1302703c0a 100644
--- a/test/wasm/function-imports-first.ll
+++ b/test/wasm/function-imports-first.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.o %t.ret32.o
; RUN: obj2yaml %t.wasm | FileCheck %s