Skip to content
  • Joe Snyder's avatar
    CTest: Fix GTM coverage handling of entry point named "%" · f7d92def
    Joe Snyder authored and Brad King's avatar Brad King committed
    Removing the "%" character from the name of the routine in the line
    parser causes CTest to be unable to find a routine entry point that is
    only named "%".  Instead leave it during line parsing and handle routine
    names ending in "%" explicitly when loading files.
    f7d92def