From ac561570f3ee288ca6ecd6f706fd580f5d14f3c9 Mon Sep 17 00:00:00 2001 From: iska Date: Thu, 28 May 2015 00:43:27 +0200 Subject: [PATCH] Use correct DOM import in test classes --- HTMLKitTests/HTMLKitMutationAlgorithmsTests.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HTMLKitTests/HTMLKitMutationAlgorithmsTests.m b/HTMLKitTests/HTMLKitMutationAlgorithmsTests.m index 990d574..421065b 100644 --- a/HTMLKitTests/HTMLKitMutationAlgorithmsTests.m +++ b/HTMLKitTests/HTMLKitMutationAlgorithmsTests.m @@ -7,7 +7,7 @@ // #import -#import "HTMLNodes.h" +#import "HTMLDOM.h" #import "NSString+HTMLKit.h" extern uint64_t dispatch_benchmark(size_t count, void (^block)(void));