| commit | d3afba852f93dca15ca71d7241d447238acc93d1 | [log] [tgz] |
|---|---|---|
| author | Daniel Dunbar <daniel@zuster.org> | Tue Aug 18 05:30:27 2009 +0000 |
| committer | Daniel Dunbar <daniel@zuster.org> | Tue Aug 18 05:30:27 2009 +0000 |
| tree | 304f4a94868ca1c50f8717213ad89776b3d3ce3b | |
| parent | 592362b46ad69db0db0988e7f9d8cbe647510bdd [diff] [blame] |
Fix some made up triples. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79316 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGenObjC/objc2-strong-cast-2.m b/test/CodeGenObjC/objc2-strong-cast-2.m index b617c9f..c4bff4b 100644 --- a/test/CodeGenObjC/objc2-strong-cast-2.m +++ b/test/CodeGenObjC/objc2-strong-cast-2.m
@@ -1,4 +1,4 @@ -// RUN: clang-cc -triple x86_64-darwin-10 -fobjc-gc -emit-llvm -o %t %s && +// RUN: clang-cc -triple x86_64-apple-darwin10 -fobjc-gc -emit-llvm -o %t %s && // RUN: grep objc_assign_strongCast %t | count 4 && // RUN: true