From 4360b538cc5bc640624767b87e4b77895ce9ac21 Mon Sep 17 00:00:00 2001 From: wanyanglan Date: Tue, 7 Sep 2021 10:00:18 +0800 Subject: [PATCH 1/2] Modify unofficial links Signed-off-by: wanyanglan Change-Id: Ide1fa22d2f703c264a9d052178932a3a439b0b00 --- README.md | 2 +- README_zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4850e21ad7..fda5c171ad 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ LD\_LIBRARY\_PATH=clang\_x64/ark/ark:clang\_x64/global/i18n:../../prebuilts/clan ## Repositories Involved -[ARK Runtime Subsystem](docs/ARK-Runtime-Subsystem.md) +[ARK Runtime Subsystem](https://gitee.com/openharmony/ark_runtime_core/docs/ARK-Runtime-Subsystem.md) [ark/runtime_core](https://gitee.com/openharmony/ark_runtime_core/blob/master/README.md) diff --git a/README_zh.md b/README_zh.md index d9e3ba6b87..b2bc109a53 100644 --- a/README_zh.md +++ b/README_zh.md @@ -69,7 +69,7 @@ LD\_LIBRARY\_PATH=clang\_x64/ark/ark:clang\_x64/global/i18n:../../prebuilts/clan ## 相关仓 -[方舟运行时子系统](docs/方舟运行时子系统.md) +[方舟运行时子系统](https://gitee.com/openharmony/ark_runtime_core/docs/方舟运行时子系统.md) [ark/runtime\_core](https://gitee.com/openharmony/ark_runtime_core/blob/master/README_zh.md) -- Gitee From 401dc24d77ec5af596bda957e38dbdc011ce372b Mon Sep 17 00:00:00 2001 From: wanyanglan Date: Tue, 7 Sep 2021 16:22:32 +0800 Subject: [PATCH 2/2] test ark ci Signed-off-by: wanyanglan Change-Id: Ic14b9cb7e481e500c7c3f747c005e429cb2d73bd --- ecmascript/builtins/tests/builtins_errors_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ecmascript/builtins/tests/builtins_errors_test.cpp b/ecmascript/builtins/tests/builtins_errors_test.cpp index 0c2d58cd40..1de169352f 100644 --- a/ecmascript/builtins/tests/builtins_errors_test.cpp +++ b/ecmascript/builtins/tests/builtins_errors_test.cpp @@ -41,6 +41,7 @@ using TypeError = builtins::BuiltinsTypeError; using URIError = builtins::BuiltinsURIError; using EvalError = builtins::BuiltinsEvalError; using SyntaxError = builtins::BuiltinsSyntaxError; + using JSType = ecmascript::JSType; class BuiltinsErrorsTest : public testing::Test { -- Gitee