From 1ecafbff43efbaa2ad1ccaf45c8ae47a276465b1 Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Tue, 6 Oct 2015 13:10:45 -0400 Subject: [PATCH] Import Doubt testably. --- prototype/DoubtTests/DiffTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prototype/DoubtTests/DiffTests.swift b/prototype/DoubtTests/DiffTests.swift index 45eb6fb26..455b949ac 100644 --- a/prototype/DoubtTests/DiffTests.swift +++ b/prototype/DoubtTests/DiffTests.swift @@ -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