commit | 17355425429274e7971fff39d7e45279cdf550fa | [log] [tgz] |
---|---|---|
author | James E. King III <jking@apache.org> | Fri Jan 11 23:06:08 2019 -0500 |
committer | James E. King III <jking@apache.org> | Sun Jan 13 09:01:52 2019 -0500 |
tree | b616996ebfa0b8e9e06fb962f39887379ec2f6cc | |
parent | 278528cf7b1dd5dd977bce882aa126fac8695697 [diff] [blame] |
THRIFT-4735: Remove Qt4 build support
diff --git a/lib/swift/Tests/ThriftTests/ThriftTests.swift b/lib/swift/Tests/ThriftTests/ThriftTests.swift index 9316100..8f0b1fe 100644 --- a/lib/swift/Tests/ThriftTests/ThriftTests.swift +++ b/lib/swift/Tests/ThriftTests/ThriftTests.swift
@@ -3,7 +3,7 @@ class ThriftTests: XCTestCase { func testVersion() { - XCTAssertEqual(Thrift().version, "1.1.0") + XCTAssertEqual(Thrift().version, "1.0.0") } func test_in_addr_extension() {