https://issues.dlang.org/show_bug.cgi?id=18868

FeepingCreature <default_357-l...@yahoo.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |default_357-l...@yahoo.de

--- Comment #4 from FeepingCreature <default_357-l...@yahoo.de> ---
This also fixes this issue:

static foreach (entry; ["foo", "bar", "baz"])
{
  unittest
  {
    writeln(entry);
  }
}

foo
foo
foo

which happened because all three unittest blocks had the same identifier, based
on line number.

--

Reply via email to