1
1
mirror of https://github.com/github/semantic.git synced 2024-12-20 05:11:44 +03:00
semantic/prototype/DoubtTests/DiffTests.swift
2015-10-16 17:13:51 -04:00

14 lines
222 B
Swift

final class DiffTests: XCTestCase {
override static func setUp() {
sranddev()
}
typealias Term = RangedTerm.Term
typealias Diff = Free<String, Patch<Term>>
}
@testable import Doubt
import SwiftCheck
import XCTest