specify a triple to use, otherwise we get errors on this test for

hosts with a different size_t type.

llvm-svn: 64636
This commit is contained in:
Chris Lattner 2009-02-16 17:11:14 +00:00
parent f06a702e46
commit 96895e8dcd
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: clang -fsyntax-only -verify %s
// RUN: clang -fsyntax-only -verify -triple i686-apple-darwin9 %s
// FIXME: must also compile as Objective-C++
// <rdar://problem/6487662>