1
1
mirror of https://github.com/github/semantic.git synced 2024-12-24 15:35:14 +03:00
semantic/prototype/DoubtTests/DiffTests.swift

11 lines
143 B
Swift
Raw Normal View History

2015-10-17 00:07:37 +03:00
final class DiffTests: XCTestCase {
override static func setUp() {
sranddev()
}
}
@testable import Doubt
import SwiftCheck
import XCTest