aboutsummaryrefslogtreecommitdiff
path: root/test/wasm/function-index.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/wasm/function-index.test')
-rw-r--r--test/wasm/function-index.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/wasm/function-index.test b/test/wasm/function-index.test
index 03bd879b5176..c65c560d11c8 100644
--- a/test/wasm/function-index.test
+++ b/test/wasm/function-index.test
@@ -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 %p/Inputs/ret64.ll -o %t.ret64.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 %p/Inputs/ret64.ll -o %t.ret64.o
# RUN: lld -flavor wasm -r -o %t.wasm %t.ret32.o %t.ret64.o
# RUN: obj2yaml %t.wasm | FileCheck %s