We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6988336 commit d644482Copy full SHA for d644482
src/examples/logger/CMakeLists.txt
@@ -3,4 +3,5 @@ ADD_EXAMPLE(configure)
3
ADD_EXAMPLE(global_logger)
4
ADD_EXAMPLE(log_io_error)
5
set_tests_properties(log_io_error PROPERTIES WILL_FAIL true)
6
-#ADD_EXAMPLE(log_text_error)
+ADD_EXAMPLE(log_text_error)
7
+set_tests_properties(log_text_error PROPERTIES WILL_FAIL true)
0 commit comments