]> granicus.if.org Git - clang/commitdiff
Disable the right RUN line
authorReid Kleckner <reid@kleckner.net>
Tue, 3 Mar 2015 18:36:38 +0000 (18:36 +0000)
committerReid Kleckner <reid@kleckner.net>
Tue, 3 Mar 2015 18:36:38 +0000 (18:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@231098 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/microsoft-abi-try-throw.cpp

index 9bd63814d6dd6421f94dc7f70acdb18414ee5776..feb82921923fb67ceea62de79812fa0ea08a25ce 100644 (file)
@@ -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();