[clang] fix test execution command

Signed-off-by: Saleem Abdulrasool <compnerd@compnerd.org>
llvm-svn: 175387
This commit is contained in:
Saleem Abdulrasool 2013-02-17 04:13:35 +00:00
parent 5f25bc30d1
commit 7a786f8c7a
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: %clang_cc1 -triple x86_64-apple-darwin -x objective-c %s -o - | FileCheck %s
// RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm -x objective-c %s -o - | FileCheck %s
@interface NSObject
+ (id) new;