aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/WebAssembly/switch.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/WebAssembly/switch.ll')
-rw-r--r--test/CodeGen/WebAssembly/switch.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/WebAssembly/switch.ll b/test/CodeGen/WebAssembly/switch.ll
index c6354baa57a6..18eac5534a45 100644
--- a/test/CodeGen/WebAssembly/switch.ll
+++ b/test/CodeGen/WebAssembly/switch.ll
@@ -4,7 +4,7 @@
; the blocks in a way that isn't interesting here.
target datalayout = "e-m:e-p:32:32-i64:64-n32:64-S128"
-target triple = "wasm32-unknown-unknown"
+target triple = "wasm32-unknown-unknown-wasm"
declare void @foo0()
declare void @foo1()