Commits

Chris Hanson committed 73d268f0a92
XCTest: Use the new convention for format strings When asking XCTest to generate format strings for assertions, pass the requested index + 100 to ask XCTest to generate a string without space for the expressions themselves, and don't bother passing them either (since the overlay isn't actually generating stringified expressons). Addresses <rdar://problem/17597526>. Swift SVN r19712