Skip to content

Commit abaf565

Browse files
committed
Use wasm-unknown-emscripten triple in test
1 parent 7e35bcf commit abaf565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CodeGenCXX/wasm-em-eh.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang_cc1 %s -triple wasm32-unknown-unknown -fexceptions -fcxx-exceptions -emit-llvm -o - -std=c++11 2>&1 | FileCheck %s
1+
// RUN: %clang_cc1 %s -triple wasm32-unknown-emscripten -fexceptions -fcxx-exceptions -emit-llvm -o - -std=c++11 2>&1 | FileCheck %s
22

33
// Test code generation for Wasm's Emscripten (JavaScript-style) EH.
44

0 commit comments

Comments
 (0)