Skip to content

Commit

Permalink
[update-checkout] Follow up 32f8492
Browse files Browse the repository at this point in the history
Update the local names of XCTest and Foundation.
  • Loading branch information
Mishal Awadah committed Nov 30, 2015
1 parent 8c6c9a2 commit 4a11d81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/update-checkout
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ By default, updates your checkouts of Swift, SourceKit, LLDB, and SwiftPM.""")
update_working_copy(os.path.join(SWIFT_SOURCE_ROOT, "cmark"))
update_working_copy(os.path.join(SWIFT_SOURCE_ROOT, "lldb"))
update_working_copy(os.path.join(SWIFT_SOURCE_ROOT, "swiftpm"))
update_working_copy(os.path.join(SWIFT_SOURCE_ROOT, "Foundation"))
update_working_copy(os.path.join(SWIFT_SOURCE_ROOT, "XCTest"))
update_working_copy(os.path.join(SWIFT_SOURCE_ROOT, "swift-corelibs-foundation"))
update_working_copy(os.path.join(SWIFT_SOURCE_ROOT, "swift-corelibs-xctest"))

return 0

Expand Down

0 comments on commit 4a11d81

Please sign in to comment.