Move @noescape and @autoclosure to their new places in various tests, NFC.

This commit is contained in:
Chris Lattner
2016-04-15 16:04:28 -07:00
parent d1ea6e9487
commit 8746676616
37 changed files with 76 additions and 76 deletions

View File

@@ -263,7 +263,7 @@ func expectLocalizedEquality(
_ expected: String,
_ op: (_: NSLocale?) -> String,
_ localeID: String? = nil,
@autoclosure _ message: () -> String = "",
_ message: @autoclosure () -> String = "",
showFrame: Bool = true,
stackTrace: SourceLocStack = SourceLocStack(),
file: String = #file, line: UInt = #line