Commits

Chris Hanson committed 867429b0f48
Make XCTAssertEqualWithAccuracy work with CGFloat Now that CGFloat is a peer of Float and Double, we need to add appropriate handling to it for XCTAssertEqualWithAccuracy. Addresses <rdar://problem/17762421>. Swift SVN r20800