Fix the test added in r240710.

llvm-svn: 240718
This commit is contained in:
Jonathan Roelofs 2015-06-25 23:21:11 +00:00
parent 5332e4251c
commit 1026b65622
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
// REQUIRES: x86-registered-target
// REQUIRES: arm-registered-target
// RUN: %clang -target i386-apple-darwin10 -miphonesimulator-version-min=7.0 -arch i386 -S -o - %s | FileCheck %s
// RUN: %clang -target i386-apple-darwin10 -miphoneos-version-min=7.0 -arch armv7s -S -o - %s | FileCheck %s
// RUN: %clang -target armv7s-apple-darwin10 -miphoneos-version-min=7.0 -arch armv7s -S -o - %s | FileCheck %s
int main() { return 0; }
// CHECK: .ios_version_min 7, 0