Skip to content

Commit

Permalink
Merge branch 'dependency-upgrade'
Browse files Browse the repository at this point in the history
  • Loading branch information
Szabo Bogdan committed Nov 4, 2017
2 parents d7b5215 + 6968638 commit 724d67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lifecycle/trial/discovery/unit.d
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ class UnitTestDiscovery : ITestDiscovery
if (lastName == "")
{
static if(__VERSION__ >= 2077) {
lastName = __MODULE__.replace(".", "_") ~ "_d_" ~ token.line.to!string;
lastName = moduleName.replace(".", "_") ~ "_d_" ~ token.line.to!string;
} else {
lastName = unitTestKey ~ token.line.to!string;
}
Expand Down

0 comments on commit 724d67e

Please sign in to comment.