diff --git a/ets2panda/test/runtime/ets/re_export/export/export_elements.ets b/ets2panda/test/runtime/ets/re_export/export/export_elements.ets index 62fb9165c72c1b1e93d4f16e2a155259d247738c..0eda0eebb472867419b1211813aaeb99046e53f7 100644 --- a/ets2panda/test/runtime/ets/re_export/export/export_elements.ets +++ b/ets2panda/test/runtime/ets/re_export/export/export_elements.ets @@ -12,6 +12,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +/*--- +tags: [not-a-test, compile-only] +---*/ export interface ScaleOption{ x?:number; diff --git a/ets2panda/test/runtime/ets/re_export/import.ets b/ets2panda/test/runtime/ets/re_export/import.ets index 43b28e982d2ac6b4e45f5bfe300221150d3e71f5..ccac0014960d7fcdefe59197f9398df1214ed5c5 100644 --- a/ets2panda/test/runtime/ets/re_export/import.ets +++ b/ets2panda/test/runtime/ets/re_export/import.ets @@ -12,6 +12,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +/*--- +files: ['./export/export_elements.ets'] +---*/ import {ScaleOption,A as ScaleOption2} from "./export/reexport_elements2" diff --git a/ets2panda/test/runtime/ets/re_export/import.ets.expected.err b/ets2panda/test/runtime/ets/re_export/import.ets.expected.err deleted file mode 100644 index f3cf66db9cb26804b633bfe31642e00216b92594..0000000000000000000000000000000000000000 --- a/ets2panda/test/runtime/ets/re_export/import.ets.expected.err +++ /dev/null @@ -1,16 +0,0 @@ -# -# Copyright (c) 2025 Huawei Device Co., Ltd. -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# 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. -# -E/verifier: Cannot link class: Cannot find class Lexport_elements/ScaleOption; in boot panda files: -E/verifier: Cannot link class: Cannot find class Lexport_elements/ScaleOption2; in boot panda files: \ No newline at end of file