Make sure this test runs on all 3 Objective-C implementations.

llvm-svn: 69786
This commit is contained in:
Daniel Dunbar 2009-04-22 07:28:06 +00:00
parent ecf6910f41
commit 6067720a41
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
// RUN: clang-cc -fnext-runtime -emit-llvm -o %t %s
// RUN: clang-cc -triple x86_64-apple-darwin9 -fnext-runtime -emit-llvm -o %t %s &&
// RUN: clang-cc -triple i386-apple-darwin9 -fnext-runtime -emit-llvm -o %t %s &&
// RUN: clang-cc -triple i386-pc-linux-gnu -emit-llvm -o %t %s
@interface Object
- (id) alloc;