We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07c892c commit 2e6e7d8Copy full SHA for 2e6e7d8
utils/swift_build_support/tests/test_xcrun.py
@@ -17,7 +17,7 @@
17
class FindTestCase(unittest.TestCase):
18
def setUp(self):
19
if platform.system() != 'Darwin':
20
- self.skipTest('XCRun tests should only be run on OS X')
+ self.skipTest('xcrun tests should only be run on OS X')
21
22
def test_when_tool_not_found_returns_none(self):
23
self.assertIsNone(xcrun.find(
0 commit comments