Merge pull request #863 from centricular/fix-swift-tests-sdkroot
Fix Swift tests by defining SDKROOTpull/852/head
commit
3a12b7ef52
3 changed files with 9 additions and 3 deletions
@ -1 +1,5 @@ |
||||
#if swift(>=3.0) |
||||
printSomething(text:"String from main") |
||||
#else |
||||
printSomething("String from main") |
||||
#endif |
||||
|
Loading…
Reference in new issue