summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorReid Kleckner <reid@kleckner.net>2015-03-03 18:36:38 +0000
committerReid Kleckner <reid@kleckner.net>2015-03-03 18:36:38 +0000
commitf7e1e758287a82aac12657ccdda4cb0523dad54a (patch)
tree6765591e409d09b18d87ea9b7cf86bbb39a19051 /clang
parent88c6b62e9c9c1ec3f4a809a468313f39f94bf4bb (diff)
downloadbcm5719-llvm-f7e1e758287a82aac12657ccdda4cb0523dad54a.tar.gz
bcm5719-llvm-f7e1e758287a82aac12657ccdda4cb0523dad54a.zip
Disable the right RUN line
llvm-svn: 231098
Diffstat (limited to 'clang')
-rw-r--r--clang/test/CodeGenCXX/microsoft-abi-try-throw.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/microsoft-abi-try-throw.cpp b/clang/test/CodeGenCXX/microsoft-abi-try-throw.cpp
index 9bd63814d6d..feb82921923 100644
--- a/clang/test/CodeGenCXX/microsoft-abi-try-throw.cpp
+++ b/clang/test/CodeGenCXX/microsoft-abi-try-throw.cpp
@@ -1,6 +1,6 @@
// FIXME: Disabled until catch IRgen change lands.
// RUNX: %clang_cc1 -emit-llvm %s -o - -triple=i386-pc-win32 -mconstructor-aliases -fcxx-exceptions -fexceptions -fno-rtti -DTRY | FileCheck %s -check-prefix=TRY
-// RUNX: %clang_cc1 -emit-llvm %s -o - -triple=i386-pc-win32 -mconstructor-aliases -fcxx-exceptions -fexceptions -fno-rtti -DTHROW | FileCheck %s -check-prefix=THROW
+// RUN: %clang_cc1 -emit-llvm %s -o - -triple=i386-pc-win32 -mconstructor-aliases -fcxx-exceptions -fexceptions -fno-rtti -DTHROW | FileCheck %s -check-prefix=THROW
void external();
OpenPOWER on IntegriCloud