Skip to content

Commit 2e6e7d8

Browse files
committed
[gardening][build-script] Fix typo XCRun -> xcrun
1 parent 07c892c commit 2e6e7d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/swift_build_support/tests/test_xcrun.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
class FindTestCase(unittest.TestCase):
1818
def setUp(self):
1919
if platform.system() != 'Darwin':
20-
self.skipTest('XCRun tests should only be run on OS X')
20+
self.skipTest('xcrun tests should only be run on OS X')
2121

2222
def test_when_tool_not_found_returns_none(self):
2323
self.assertIsNone(xcrun.find(

0 commit comments

Comments
 (0)