1
1
mirror of https://github.com/github/semantic.git synced 2024-12-18 20:31:55 +03:00
semantic/prototype/DoubtTests/DiffTests.swift

14 lines
222 B
Swift
Raw Normal View History

2015-10-17 00:07:37 +03:00
final class DiffTests: XCTestCase {
override static func setUp() {
sranddev()
}
2015-10-17 00:13:51 +03:00
typealias Term = RangedTerm.Term
typealias Diff = Free<String, Patch<Term>>
2015-10-17 00:07:37 +03:00
}
@testable import Doubt
import SwiftCheck
import XCTest