File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Tests/FatalErrorTestValueImplementationMacroTests Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ extension FatalErrorTestValueImplementationMacroTests {
105105 macros: testMacros
106106 )
107107#else
108- throw XCTSkip ( " Macros are only supported when running tests for the host platform" )
108+ throw XCTSkip ( " macros are only supported when running tests for the host platform" )
109109#endif
110110 }
111111
@@ -137,7 +137,7 @@ extension FatalErrorTestValueImplementationMacroTests {
137137 macros: testMacros
138138 )
139139#else
140- throw XCTSkip ( " Macros are only supported when running tests for the host platform" )
140+ throw XCTSkip ( " macros are only supported when running tests for the host platform" )
141141#endif
142142 }
143143
@@ -270,7 +270,7 @@ extension FatalErrorTestValueImplementationMacroTests {
270270 macros: testMacros
271271 )
272272#else
273- throw XCTSkip ( " Macros are only supported when running tests for the host platform" )
273+ throw XCTSkip ( " macros are only supported when running tests for the host platform" )
274274#endif
275275 }
276276
@@ -296,7 +296,7 @@ extension FatalErrorTestValueImplementationMacroTests {
296296 macros: testMacros
297297 )
298298#else
299- throw XCTSkip ( " Macros are only supported when running tests for the host platform" )
299+ throw XCTSkip ( " macros are only supported when running tests for the host platform" )
300300#endif
301301 }
302302
@@ -327,7 +327,7 @@ extension FatalErrorTestValueImplementationMacroTests {
327327 macros: testMacros
328328 )
329329#else
330- throw XCTSkip ( " Macros are only supported when running tests for the host platform" )
330+ throw XCTSkip ( " macros are only supported when running tests for the host platform" )
331331#endif
332332 }
333333
You can’t perform that action at this time.
0 commit comments