Author: efriedma
Date: Thu Jun  3 18:31:53 2010
New Revision: 105433

URL: http://llvm.org/viewvc/llvm-project?rev=105433&view=rev
Log:
Think through my commit this time.


Modified:
    cfe/trunk/test/CodeGenCXX/throw-expression-dtor.cpp

Modified: cfe/trunk/test/CodeGenCXX/throw-expression-dtor.cpp
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/throw-expression-dtor.cpp?rev=105433&r1=105432&r2=105433&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/throw-expression-dtor.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/throw-expression-dtor.cpp Thu Jun  3 18:31:53 2010
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 %s -emit-llvm -o - -fexceptions | FileCheck %s
+// RUN: %clang_cc1 %s -emit-llvm-only -verify -fexceptions
 // PR7281
 
 class A {


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to