mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
11 lines
364 B
Swift
11 lines
364 B
Swift
// Continuous integration for the OS X Platform also runs the tests in the
|
|
// iPhone, Apple TV and Apple Watch simulators. We only need to run the
|
|
// Python lint once per OSX Platform test run, rather than once for each
|
|
// supported Apple device.
|
|
|
|
// REQUIRES: OS=macosx
|
|
|
|
// Note: disabled due to CI failures
|
|
// RUN: true
|
|
// FIXME: %{python} %utils/python_lint.py
|