[Issue 5587] Use __LINE__ to pick number in unittest block names

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Sep 5 23:48:48 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=5587



--- Comment #15 from Andrei Alexandrescu <andrei at metalanguage.com> 2012-09-05 23:49:13 PDT ---
Could we also change Lexer::uniqueId to not append "_1" to the first symbol
generated? I mean instead of "symbol_1", "symbol_2", ... it should generate
"symbol", "symbol_1", ...

That way most unittests will have nicer names.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list