Skip to content

io/ManyEchoServerTest imports script without library declaration #2266

Closed
@peter-ahe-google

Description

@peter-ahe-google

tests/standalone/src/io/ManyEchoServerTest.dart:7:1: error: no #library tag found in tests/standalone/src/io/EchoServerTest.dart

import("EchoServerTest.dart", prefix: "single");

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

I think it is an easy fix, just add this line to tests/standalone/src/io/EchoServerTest.dart:

library("EchoServerTest");

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-core-librarySDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.library-io

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions