summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/block.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenCXX/block.cpp')
-rw-r--r--test/CodeGenCXX/block.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGenCXX/block.cpp b/test/CodeGenCXX/block.cpp
index 619d8b0c7ba4..aa356688dd63 100644
--- a/test/CodeGenCXX/block.cpp
+++ b/test/CodeGenCXX/block.cpp
@@ -1,4 +1,5 @@
-// RUN: %clang_cc1 %s -emit-llvm -o - -fblocks
+// RUN: %clang_cc1 %s -triple %itanium_abi_triple -emit-llvm -o - -fblocks
+// RUN: %clang_cc1 %s -triple %ms_abi_triple -fno-rtti -emit-llvm -o - -fblocks
// Just test that this doesn't crash the compiler...
void func(void*);