[cfe-commits] r149766 - /cfe/trunk/test/CodeGenObjC/debug-info-property3.m
Richard Smith
richard-llvm at metafoo.co.uk
Fri Feb 3 21:33:36 PST 2012
Author: rsmith
Date: Fri Feb 3 23:33:36 2012
New Revision: 149766
URL: http://llvm.org/viewvc/llvm-project?rev=149766&view=rev
Log:
Unbreak failing test added in r149738.
Modified:
cfe/trunk/test/CodeGenObjC/debug-info-property3.m
Modified: cfe/trunk/test/CodeGenObjC/debug-info-property3.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/debug-info-property3.m?rev=149766&r1=149765&r2=149766&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/debug-info-property3.m (original)
+++ cfe/trunk/test/CodeGenObjC/debug-info-property3.m Fri Feb 3 23:33:36 2012
@@ -1,4 +1,4 @@
-// RUN: %clang -S -emit-llvm -g %s -o - | FileCheck %s
+// RUN: %clang_cc1 -S -emit-llvm -g %s -o - | FileCheck %s
// CHECK: metadata !"p1", metadata !"p1", metadata !"setP1:", i32 2316} ; [ DW_TAG_APPLE_property ]
@interface I1
More information about the cfe-commits
mailing list