Skip to content

Commit

Permalink
Good catch configuration tests!
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmoon committed Mar 6, 2019
1 parent 2eab34b commit d95508e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Schemas/configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion Source/ASExperimentalFeatures.mm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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",
Expand Down
1 change: 0 additions & 1 deletion Tests/ASConfigurationTests.mm
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ + (NSArray *)names {
@"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",
Expand Down

0 comments on commit d95508e

Please sign in to comment.