Make test works with FileCheck.

llvm-svn: 151314
This commit is contained in:
Fariborz Jahanian 2012-02-24 00:29:20 +00:00
parent c5ea5d3fa1
commit 77a9255329
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
// RUN: %clang_cc1 -rewrite-objc %s -o - | FileCheck %s
// RUN: %clang_cc1 -E %s -o %t.m
// RUN: %clang_cc1 -fobjc-fragile-abi -rewrite-objc %t.m -o - | FileCheck %s
@interface I {
id _delegate;