[builtins][macos] bump up the the macOS version min in os_version_check tests

This ensures that the tests link with the latest OS.

llvm-svn: 332647
This commit is contained in:
Alex Lorenz 2018-05-17 18:41:38 +00:00
parent e9128f8405
commit a54e218d4a
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// RUN: %clang %s -o %t -mmacosx-version-min=10.5 -framework CoreFoundation -DMAJOR=%macos_version_major -DMINOR=%macos_version_minor -DSUBMINOR=%macos_version_subminor
// RUN: %clang %s -o %t -mmacosx-version-min=10.6 -framework CoreFoundation -DMAJOR=%macos_version_major -DMINOR=%macos_version_minor -DSUBMINOR=%macos_version_subminor
// RUN: %run %t
int __isOSVersionAtLeast(int Major, int Minor, int Subminor);

View File

@ -1,4 +1,4 @@
// RUN: %clang %s -o %t -mmacosx-version-min=10.5
// RUN: %clang %s -o %t -mmacosx-version-min=10.6
// RUN: %run %t
int __isOSVersionAtLeast(int Major, int Minor, int Subminor);