Skip to content

Commit

Permalink
Fix failing ASConfigurationTests (#1923)
Browse files Browse the repository at this point in the history
* Fix failing ASConfigurationTests

* Update configuration.json as well
  • Loading branch information
nguyenhuy committed Oct 2, 2020
1 parent 2758ff1 commit 5a205d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Schemas/configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"items": {
"type": "string",
"enum": [
"exp_graphics_contexts",
"exp_text_node",
"exp_interface_state_coalesce",
"exp_infer_layer_defaults",
Expand All @@ -22,8 +21,10 @@
"exp_skip_clear_data",
"exp_did_enter_preload_skip_asm_layout",
"exp_dispatch_apply",
"exp_oom_bg_dealloc_disable",
"exp_do_not_cache_accessibility_elements",
"exp_drawing_global",
"exp_optimize_data_controller_pipeline",
"exp_disable_global_textkit_lock",
"exp_main_thread_only_data_controller",
]
}
}
Expand Down
2 changes: 2 additions & 0 deletions Tests/ASConfigurationTests.mm
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
ASExperimentalDispatchApply,
ASExperimentalDrawingGlobal,
ASExperimentalOptimizeDataControllerPipeline,
ASExperimentalDisableGlobalTextkitLock,
ASExperimentalMainThreadOnlyDataController,
};

@interface ASConfigurationTests : ASTestCase <ASConfigurationDelegate>
Expand Down

0 comments on commit 5a205d8

Please sign in to comment.