Swift tests: Don't use label: syntax with older Swift
This commit is contained in:
parent
71eddecdc7
commit
2e16e80048
|
@ -1 +1,5 @@
|
|||
#if swift(>=3.0)
|
||||
printSomething(text:"String from main")
|
||||
#else
|
||||
printSomething("String from main")
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue