test fix: add missing system-darwin REQUIRES

The test should only run with a Darwin driver only.
This commit is contained in:
Alex Lorenz 2020-06-23 21:17:55 -07:00
parent 565603cc94
commit 1a342ff375
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
// RUN: env SDKROOT="/" %clang -arch arm64 -c -### %s 2>&1 | \
// RUN: FileCheck %s
//
// REQUIRES: system-darwin
// XFAIL: apple-silicon-mac
//
// CHECK: "-triple" "arm64-apple-ios{{[0-9.]+}}"