summaryrefslogtreecommitdiffstats
path: root/Tests/MFC
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-07-02 11:24:15 (GMT)
committerBrad King <brad.king@kitware.com>2021-07-02 12:19:34 (GMT)
commit3ede66e17a7160683a353c5414a131368eff4861 (patch)
tree87187b1e259cab4182d92ff570705f12663b0266 /Tests/MFC
parent6372e74ed4808f9cb6f2385cc4d8325e22a9fdb6 (diff)
downloadCMake-3ede66e17a7160683a353c5414a131368eff4861.zip
CMake-3ede66e17a7160683a353c5414a131368eff4861.tar.gz
CMake-3ede66e17a7160683a353c5414a131368eff4861.tar.bz2
Tests: Fix newline matching in several RunCMake.* cases
The RunCMake infrastructure's `*-stdout.txt` expected output files interpret `\n` as a `\` and `n` rather than a newline. Use a literal newline instead. Otherwise the cases that were trying to match any configuration name via `[^\n]*` would fail on `RelWithDebInfo` because it contains the letter `n`.
Diffstat (limited to 'Tests/MFC')
0 files changed, 0 insertions, 0 deletions