From 5d8e7593e384abe27a9ed4cd80fedd2cb46a127a Mon Sep 17 00:00:00 2001 From: Richard Smith <richard-llvm@metafoo.co.uk> Date: Sat, 4 Feb 2012 05:33:36 +0000 Subject: [PATCH] Unbreak failing test added in r149738. llvm-svn: 149766 --- clang/test/CodeGenObjC/debug-info-property3.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/CodeGenObjC/debug-info-property3.m b/clang/test/CodeGenObjC/debug-info-property3.m index b5edee0a5605..330c8db4cdf8 100644 --- a/clang/test/CodeGenObjC/debug-info-property3.m +++ b/clang/test/CodeGenObjC/debug-info-property3.m @@ -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 -- GitLab