Skip to content

3 files breaks unit tests #798

Open
Open
@crazymonkyyy

Description

@crazymonkyyy
--- meta.d
unittest{
	import std;
	1.writeln;
}
--- foo.d
unittest{
	import std;
	2.writeln;
}

2 1

--- meta.d
unittest{
	import std;
	1.writeln;
}
--- foo.d
unittest{
	import std;
	2.writeln;
}
--- bar.d
unittest{
	import std;
	3.writeln;
}

NOTHING

this very much confuses me

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions