Re: [swift-users] Updating the swift.org examples

2016-08-18 Thread Daniel Dunbar via swift-users
Hi Joel, Thank you for pointing this out! > On Aug 18, 2016, at 3:14 AM, Joel Hughes via swift-users > wrote: > > Morning all, > > I've just upgraded to Swift 3 Preview 6 for Ubuntu and have noticed a few > changes. > > First using XCTest: "the name of a test module has no ‘Tests’ suffix" -

[swift-users] Updating the swift.org examples

2016-08-18 Thread Joel Hughes via swift-users
Morning all, I've just upgraded to Swift 3 Preview 6 for Ubuntu and have noticed a few changes. First using XCTest: "the name of a test module has no ‘Tests’ suffix" - easy to follow the error message, good stuff! And also reading command line args: Process.arguments Now available at: ProcessI