From 63cad7d0da7bdb738d1e1c5784cd187f00d52f6b Mon Sep 17 00:00:00 2001 From: ctw-ian Date: Tue, 21 Mar 2023 11:02:42 +0800 Subject: [PATCH] Fix a hotreload test case Issue:https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/I6OS2I Signed-off-by: ctw-ian Change-Id: Ieaf036d06991aa67e24833e9dc3ce563c5882126 --- es2panda/test/hotreload/modify-lexenv-5/expected.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/es2panda/test/hotreload/modify-lexenv-5/expected.txt b/es2panda/test/hotreload/modify-lexenv-5/expected.txt index 5d87e24565..4d0f814fda 100644 --- a/es2panda/test/hotreload/modify-lexenv-5/expected.txt +++ b/es2panda/test/hotreload/modify-lexenv-5/expected.txt @@ -10,8 +10,3 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - -[Patch] Found lexical variable added or removed in .a, not supported! -[Patch] Found unsupported change in file, will not generate patch! -Error: [base_mod.js:0:0] -the size of programs is expected to be 1, but is 0 -- Gitee