Skip to content

Commit

Permalink
ci: allow optional file to be 'empty'
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii committed Jan 12, 2024
1 parent 2756a52 commit ee2bb6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/OptionalTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@
#endif
// [CLI11:verbatim]

TEST_CASE("OptionalNoEmpty") {
CHECK(1 == 1);
}

#if CLI11_STD_OPTIONAL

#ifdef _MSC_VER
Expand Down

0 comments on commit ee2bb6d

Please sign in to comment.