Skip to content

Commit 8516d76

Browse files
authored
Merge pull request #2 from llvm-swift/bump
Update to Swift 4.1
2 parents fdd55cd + 406d18c commit 8516d76

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0
1+
4.1

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ matrix:
55
include:
66
- os: osx
77
language: objective-c
8-
osx_image: xcode9
8+
osx_image: xcode9.3
99
before_install:
1010
- gem install xcpretty
1111
script:

Sources/LiteSupport/TestRunner.swift

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,6 @@ import Rainbow
1010
import ShellOut
1111
import Dispatch
1212

13-
#if os(Linux)
14-
/// HACK: This is needed because on macOS, ObjCBool is a distinct type
15-
/// from Bool. On Linux, however, it is a typealias.
16-
extension ObjCBool {
17-
/// Converts the ObjCBool value to a Swift Bool.
18-
var boolValue: Bool { return self }
19-
}
20-
#endif
21-
2213
/// Specifies how to parallelize test runs.
2314
public enum ParallelismLevel {
2415
/// Parallelize over an explicit number of cores.

0 commit comments

Comments
 (0)