summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndreas Schuh <andreas.schuh.84@gmail.com>2016-08-02 09:51:47 +0100
committerGitHub <noreply@github.com>2016-08-02 09:51:47 +0100
commitb16653edf0446833e029961ec9f1e3215246d798 (patch)
tree5e24428c7202087d975f4a4cc41e25fedaf1f2f7 /test
parentec4b5daadf1fccb320021db8db518dfaca9e6d78 (diff)
downloadgflags-b16653edf0446833e029961ec9f1e3215246d798.tar.gz
gflags-b16653edf0446833e029961ec9f1e3215246d798.tar.bz2
gflags-b16653edf0446833e029961ec9f1e3215246d798.zip
fix: Typo in gflags_strip_flags_test.cmake script
Diffstat (limited to 'test')
-rw-r--r--test/gflags_strip_flags_test.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/gflags_strip_flags_test.cmake b/test/gflags_strip_flags_test.cmake
index bd419c4..5bb5cc1 100644
--- a/test/gflags_strip_flags_test.cmake
+++ b/test/gflags_strip_flags_test.cmake
@@ -1,7 +1,7 @@
if (NOT BINARY)
- message (FATAl_ERROR "BINARY file to check not specified!")
+ message (FATAL_ERROR "BINARY file to check not specified!")
endif ()
file (STRINGS "${BINARY}" strings REGEX "This text should be stripped out")
if (strings)
message (FATAL_ERROR "Text not stripped from binary like it should be: ${BINARY}")
-endif () \ No newline at end of file
+endif ()