1
1
mirror of https://github.com/github/semantic.git synced 2024-11-29 11:02:26 +03:00

Import Doubt testably.

This commit is contained in:
Rob Rix 2015-10-06 13:10:45 -04:00
parent 648945fee0
commit 1ecafbff43

View File

@ -41,5 +41,5 @@ private let c = Term.In(.Leaf(.Literal("c", [])))
private let d = Term.In(.Leaf(.Literal("d", [])))
import Doubt
@testable import Doubt
import XCTest