summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeCommands/add_compile_options/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CMakeCommands/add_compile_options/main.cpp')
-rw-r--r--Tests/CMakeCommands/add_compile_options/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Tests/CMakeCommands/add_compile_options/main.cpp b/Tests/CMakeCommands/add_compile_options/main.cpp
index 2bb20ac..1d57021 100644
--- a/Tests/CMakeCommands/add_compile_options/main.cpp
+++ b/Tests/CMakeCommands/add_compile_options/main.cpp
@@ -1,8 +1,8 @@
#ifdef DO_GNU_TESTS
-# ifndef TEST_OPTION
-# error Expected TEST_OPTION
-# endif
+#ifndef TEST_OPTION
+#error Expected TEST_OPTION
+#endif
#endif
int main(void)