Skip to content

Commit d39dae5

Browse files
author
Ross Bayer
committed
[Build System: Python] Renamed the Python lint validation test and updated the contents to match the other tests.
1 parent 83bfc69 commit d39dae5

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

validation-test/Python/python-lint.swift

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
// Continuous integration for the OS X Platform also runs the tests in the
2+
// iPhone, Apple TV and Apple Watch simulators. We only need to run the
3+
// build_swift module unit-tests once per OSX Platform test run, rather than
4+
// once for each supported Apple device.
5+
6+
// UNSUPPORTED: OS=ios
7+
// UNSUPPORTED: OS=tvos
8+
// UNSUPPORTED: OS=watchos
9+
10+
// RUN: %{python} %utils/python_lint.py

0 commit comments

Comments
 (0)