Good catch configuration tests!

This commit is contained in:
Garrett Moon
2019-03-06 13:23:52 -08:00
parent b368e32577
commit da17c25c08
4 changed files with 0 additions and 4 deletions
-1
View File
@@ -18,7 +18,6 @@
"exp_interface_state_coalesce",
"exp_unfair_lock",
"exp_infer_layer_defaults",
"exp_network_image_queue",
"exp_collection_teardown",
"exp_framesetter_cache",
"exp_skip_clear_data",
-1
View File
@@ -17,7 +17,6 @@ NSArray<NSString *> *ASExperimentalFeaturesGetNames(ASExperimentalFeatures flags
@"exp_interface_state_coalesce",
@"exp_unfair_lock",
@"exp_infer_layer_defaults",
@"exp_network_image_queue",
@"exp_collection_teardown",
@"exp_framesetter_cache",
@"exp_skip_clear_data",
-1
View File
@@ -48,7 +48,6 @@ static ASExperimentalFeatures features[] = {
@"exp_interface_state_coalesce",
@"exp_unfair_lock",
@"exp_infer_layer_defaults",
@"exp_network_image_queue",
@"exp_collection_teardown",
@"exp_framesetter_cache",
@"exp_skip_clear_data",
-1
View File
@@ -109,7 +109,6 @@
- (void)cachedImageWithURL:(NSURL *)URL callbackQueue:(dispatch_queue_t)callbackQueue completion:(ASImageCacherCompletion)completion
{
ASDisplayNodeAssert(callbackQueue == dispatch_get_main_queue(), @"ASTestImageCache expects main queue for callback.");
completion(nil);
}