File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ public func trailingWildcardFunc() {}
283
283
public func embeddedWildcardFunc( ) { }
284
284
285
285
@_backDeploy ( before: _myProject 3.0 ) // expected-error {{reference to undefined version '3.0' for availability macro '_myProject'}}
286
- public func macroVersionned ( ) { }
286
+ public func macroVersioned ( ) { }
287
287
288
288
@_backDeploy ( before: _myProject) // expected-error {{reference to undefined version '0' for availability macro '_myProject'}}
289
289
public func missingMacroVersion( ) { }
@@ -295,11 +295,11 @@ public func unknownMacroMissingVersion() {}
295
295
296
296
@_backDeploy ( before: _unknownMacro 1.0 ) // expected-warning {{unknown platform '_unknownMacro' for attribute '@_backDeploy'}}
297
297
// expected-error@-1 {{expected at least one platform version in '@_backDeploy' attribute}}
298
- public func unknownMacroVersionned ( ) { }
298
+ public func unknownMacroVersioned ( ) { }
299
299
300
300
@available ( macOS 11 . 0 , * )
301
301
@_backDeploy ( before: _unknownMacro 1.0 , _myProject 2 . 0 ) // expected-warning {{unknown platform '_unknownMacro' for attribute '@_backDeploy'}}
302
- public func knownAndUnknownMacroVersionned ( ) { }
302
+ public func knownAndUnknownMacroVersioned ( ) { }
303
303
304
304
@_backDeploy ( ) // expected-error {{expected 'before:' in '@_backDeploy' attribute}}
305
305
// expected-error@-1 {{expected at least one platform version in '@_backDeploy' attribute}}
You can’t perform that action at this time.
0 commit comments