mirror of
https://github.com/TextureGroup/Texture.git
synced 2026-04-07 19:17:39 +00:00
Good catch configuration tests!
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user