diff options
author | Brad King <brad.king@kitware.com> | 2021-06-03 10:41:29 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-06-03 12:12:11 (GMT) |
commit | 9d0f8c3e560f13a9d7a9a2e99e40ef7e5db6eb47 (patch) | |
tree | e2de006c8ffb9a2ad66baf7e92dbb70c1de06022 /Tests/RunCMake/ParseImplicitLinkInfo/results/netbsd-CXX-GNU-4.8.5.output | |
parent | 9c33ff4dda643f8a93d55f9895e31dce9056134f (diff) | |
download | CMake-9d0f8c3e560f13a9d7a9a2e99e40ef7e5db6eb47.zip CMake-9d0f8c3e560f13a9d7a9a2e99e40ef7e5db6eb47.tar.gz CMake-9d0f8c3e560f13a9d7a9a2e99e40ef7e5db6eb47.tar.bz2 |
Tests: Teach RunCMake.ParseImplicitLinkInfo to match output by regex
As in commit 6bc6fc2a7f (Tests: Teach RunCMake.ParseImplicitIncludeInfo
to match output by regex, 2019-04-08, v3.14.2~5^2~1).
Diffstat (limited to 'Tests/RunCMake/ParseImplicitLinkInfo/results/netbsd-CXX-GNU-4.8.5.output')
-rw-r--r-- | Tests/RunCMake/ParseImplicitLinkInfo/results/netbsd-CXX-GNU-4.8.5.output | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/RunCMake/ParseImplicitLinkInfo/results/netbsd-CXX-GNU-4.8.5.output b/Tests/RunCMake/ParseImplicitLinkInfo/results/netbsd-CXX-GNU-4.8.5.output index d747e5b..c6a098e 100644 --- a/Tests/RunCMake/ParseImplicitLinkInfo/results/netbsd-CXX-GNU-4.8.5.output +++ b/Tests/RunCMake/ParseImplicitLinkInfo/results/netbsd-CXX-GNU-4.8.5.output @@ -1,2 +1,2 @@ -libs=stdc++;m;gcc_s;gcc;c;gcc_s;gcc +libs=stdc\+\+;m;gcc_s;gcc;c;gcc_s;gcc dirs= |