diff options
author | Joseph Snyder <joe.snyder@kitware.com> | 2018-10-15 13:57:42 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-10-16 14:59:09 (GMT) |
commit | f7d92deff487810f21b4f7979a5fe1892fabd255 (patch) | |
tree | ab8410cdfb8dbf0e1c8de77f6527dc23fdf438c6 /Tests/MumpsCoverage/VistA-FOIA/Packages | |
parent | 6c281138a577ccf07ae71b1286df30a3d22746e0 (diff) | |
download | CMake-f7d92deff487810f21b4f7979a5fe1892fabd255.zip CMake-f7d92deff487810f21b4f7979a5fe1892fabd255.tar.gz CMake-f7d92deff487810f21b4f7979a5fe1892fabd255.tar.bz2 |
CTest: Fix GTM coverage handling of entry point named "%"
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.
Diffstat (limited to 'Tests/MumpsCoverage/VistA-FOIA/Packages')
-rw-r--r-- | Tests/MumpsCoverage/VistA-FOIA/Packages/Uncategorized/ZZCOVTST.m | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/MumpsCoverage/VistA-FOIA/Packages/Uncategorized/ZZCOVTST.m b/Tests/MumpsCoverage/VistA-FOIA/Packages/Uncategorized/ZZCOVTST.m index ee70682..5567c4e 100644 --- a/Tests/MumpsCoverage/VistA-FOIA/Packages/Uncategorized/ZZCOVTST.m +++ b/Tests/MumpsCoverage/VistA-FOIA/Packages/Uncategorized/ZZCOVTST.m @@ -12,6 +12,9 @@ EN ; This entry point shouldn't be found without fixing ; This line not executable D T6^ZZCOVTST ; +% ; a line to test for a problem where % was dropped + N Do,Re,Mi + S Do="A#" T1 ; This line should always be found N D S D=2 |