Skip to content

Commit d644482

Browse files
committed
add log_text_error in CMakeLists.txt
1 parent 6988336 commit d644482

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/examples/logger/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ ADD_EXAMPLE(configure)
33
ADD_EXAMPLE(global_logger)
44
ADD_EXAMPLE(log_io_error)
55
set_tests_properties(log_io_error PROPERTIES WILL_FAIL true)
6-
#ADD_EXAMPLE(log_text_error)
6+
ADD_EXAMPLE(log_text_error)
7+
set_tests_properties(log_text_error PROPERTIES WILL_FAIL true)

0 commit comments

Comments
 (0)