aboutsummaryrefslogtreecommitdiff
path: root/test/wasm/import-memory.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/wasm/import-memory.test')
-rw-r--r--test/wasm/import-memory.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wasm/import-memory.test b/test/wasm/import-memory.test
index af0ff910449c..9713e6cd5a17 100644
--- a/test/wasm/import-memory.test
+++ b/test/wasm/import-memory.test
@@ -1,4 +1,4 @@
-# RUN: llc -filetype=obj -mtriple=wasm32-unknown-uknown-wasm %p/Inputs/ret32.ll -o %t.ret32.o
+# RUN: llc -filetype=obj -mtriple=wasm32-unknown-unknown-wasm %p/Inputs/ret32.ll -o %t.ret32.o
# RUN: lld -flavor wasm -entry ret32 --import-memory -o %t.wasm %t.ret32.o
# RUN: obj2yaml %t.wasm | FileCheck %s