summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorJoel Johnson <mrjoel@stellarscience.com>2021-04-16 03:39:48 (GMT)
committerJoel Johnson <mrjoel@stellarscience.com>2021-04-16 13:47:59 (GMT)
commit370bebd9210841cfb56d8b15d685e4ab9dc8c329 (patch)
tree96436fce474eaec253c957b42a2eb86ee51849e3 /Tests
parent81d796e3f2f1080cc5f3c621a13858bf2c99ffb9 (diff)
downloadCMake-370bebd9210841cfb56d8b15d685e4ab9dc8c329.zip
CMake-370bebd9210841cfb56d8b15d685e4ab9dc8c329.tar.gz
CMake-370bebd9210841cfb56d8b15d685e4ab9dc8c329.tar.bz2
Add missing 'not' in error messages
Diffstat (limited to 'Tests')
-rw-r--r--Tests/RunCMake/CommandLine/build-bad-generator-stderr.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/RunCMake/CommandLine/build-bad-generator-stderr.txt b/Tests/RunCMake/CommandLine/build-bad-generator-stderr.txt
index 1103407..9390d77 100644
--- a/Tests/RunCMake/CommandLine/build-bad-generator-stderr.txt
+++ b/Tests/RunCMake/CommandLine/build-bad-generator-stderr.txt
@@ -1 +1 @@
-^Error: could create CMAKE_GENERATOR "Bad Generator"$
+^Error: could not create CMAKE_GENERATOR "Bad Generator"$