diff --git a/test/test_helper.gni b/test/test_helper.gni index d62d976a28..9ab52a1b9f 100644 --- a/test/test_helper.gni +++ b/test/test_helper.gni @@ -3244,7 +3244,7 @@ template("host_aot_test_action") { _root_out_dir_ = get_label_info(_host_jsvm_target_, "root_out_dir") deps = [ - ":${_target_name_}AotCompileAction", + ":${_target_name_}AotCompileActionWithLiteCG", ":gen_${_target_name_}_abc", _host_jsvm_target_, ]