July 03, 2018
https://issues.dlang.org/show_bug.cgi?id=19050

          Issue ID: 19050
           Summary: Running the DMD test suite with a compiler compiled in
                    debug mode fails due to invalid characters, -
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: regression
          Priority: P1
         Component: dmd
          Assignee: nobody@puremagic.com
          Reporter: greeenify@gmail.com

Running the DMD test suite with a compiler compiled in debug mode fails due to invalid characters, -, exist in the mangled names of some unittest blocks.

See: https://github.com/dlang/dmd/pull/7531

--