diff options
author | scivision <scivision@users.noreply.github.com> | 2023-02-15 13:54:02 (GMT) |
---|---|---|
committer | scivision <scivision@users.noreply.github.com> | 2023-02-15 15:53:14 (GMT) |
commit | 848f7b0a81b09ef7fa73e842222e969ecab5e8c2 (patch) | |
tree | 56e12d5517207974b4fbf16539678b18ce0c4d25 /Tests/RunCMake | |
parent | 37f068083ba53e4140e5660a82bda9708e53c356 (diff) | |
download | CMake-848f7b0a81b09ef7fa73e842222e969ecab5e8c2.zip CMake-848f7b0a81b09ef7fa73e842222e969ecab5e8c2.tar.gz CMake-848f7b0a81b09ef7fa73e842222e969ecab5e8c2.tar.bz2 |
cmake -E time: use C++11 chrono and better format output
fixes #24415
Diffstat (limited to 'Tests/RunCMake')
-rw-r--r-- | Tests/RunCMake/CommandLine/E_time-stdout.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/RunCMake/CommandLine/E_time-stdout.txt b/Tests/RunCMake/CommandLine/E_time-stdout.txt index a51446a..1a5e134 100644 --- a/Tests/RunCMake/CommandLine/E_time-stdout.txt +++ b/Tests/RunCMake/CommandLine/E_time-stdout.txt @@ -1,3 +1,3 @@ ^hello world -Elapsed time: [^ +Elapsed time \(seconds\): [^ ]*$ |