Skip to content

Commit

Permalink
Improves comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyweiss committed Dec 3, 2019
1 parent 80285e2 commit eac1805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/internal/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ if(ENABLE_GTEST)
set(_defined_nonempty_var "<evaluates-to-true-before-but-not-after-escaping>")
unset(_undefined_var)

unset(_actual_list) # blt_list_append can work on an non-existant list
unset(_actual_list) # blt_list_append can work on an initially undefined list

# The following will be added to the list
blt_list_append(TO _actual_list ELEMENTS "true_literal" IF TRUE)
Expand Down

0 comments on commit eac1805

Please sign in to comment.