diff --git a/test/fuzztest/commoncompbaseutf_fuzzer/BUILD.gn b/test/fuzztest/commoncompbaseutf_fuzzer/BUILD.gn index 0a47fdd76c7e9400ea309f7cf883617d34f0eb11..00251b68777c894e7a03920eb8539c47cb997064 100644 --- a/test/fuzztest/commoncompbaseutf_fuzzer/BUILD.gn +++ b/test/fuzztest/commoncompbaseutf_fuzzer/BUILD.gn @@ -23,7 +23,7 @@ ohos_fuzztest("CommonCompBaseUtfFuzzTest") { fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/commoncompbaseutf_fuzzer" - + resource_config_file = "$js_root/test/resource/js_runtime/ohos_test.xml" sources = [ "commoncompbaseutf_fuzzer.cpp" ] configs = [ "//arkcompiler/ets_runtime:ecma_test_config" ] diff --git a/test/fuzztest/commoncomplog_fuzzer/BUILD.gn b/test/fuzztest/commoncomplog_fuzzer/BUILD.gn index b9010ee5b30bf7b2b27b529706720bc3a141439f..70d65ffe9cd06deb71c3ece7a08090c94a16833f 100644 --- a/test/fuzztest/commoncomplog_fuzzer/BUILD.gn +++ b/test/fuzztest/commoncomplog_fuzzer/BUILD.gn @@ -25,7 +25,7 @@ ohos_fuzztest("CommonCompLogFuzzTest") { fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/commoncomplog_fuzzer" - + resource_config_file = "$js_root/test/resource/js_runtime/ohos_test.xml" sources = [ "commoncomplog_fuzzer.cpp" ] configs = [ "//arkcompiler/ets_runtime:ecma_test_config" ]