From b84c3712115f040da2c37a55daaaab369fc3b2df Mon Sep 17 00:00:00 2001 From: Jack Flintermann Date: Wed, 16 Sep 2015 23:39:19 -0400 Subject: [PATCH] fix breaking test imports --- AsyncDisplayKitTests/ASBasicImageDownloaderContextTests.m | 2 +- AsyncDisplayKitTests/ASSnapshotTestCase.mm | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/AsyncDisplayKitTests/ASBasicImageDownloaderContextTests.m b/AsyncDisplayKitTests/ASBasicImageDownloaderContextTests.m index 47ce631ef6..5fa9b155b2 100644 --- a/AsyncDisplayKitTests/ASBasicImageDownloaderContextTests.m +++ b/AsyncDisplayKitTests/ASBasicImageDownloaderContextTests.m @@ -6,8 +6,8 @@ * of patent rights can be found in the PATENTS file in the same directory. */ -#import #import +#import "ASBasicImageDownloaderInternal.h" #import diff --git a/AsyncDisplayKitTests/ASSnapshotTestCase.mm b/AsyncDisplayKitTests/ASSnapshotTestCase.mm index cce364ab34..a70b21a3d2 100644 --- a/AsyncDisplayKitTests/ASSnapshotTestCase.mm +++ b/AsyncDisplayKitTests/ASSnapshotTestCase.mm @@ -7,8 +7,7 @@ */ #import "ASSnapshotTestCase.h" - -#import +#import "ASDisplayNodeInternal.h" @implementation ASSnapshotTestCase