Skip to content

Commit

Permalink
[update-checkout] Add XCTest and Foundation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mishal Awadah committed Nov 11, 2015
1 parent e767ee9 commit db87baf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/update-checkout
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +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"))

return 0

Expand Down

0 comments on commit db87baf

Please sign in to comment.