Skip to content

Commit

Permalink
Fix a typo in example.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszchudyk committed May 14, 2021
1 parent 606a927 commit 6037e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ TINY_TEST(tiny_log) {
}

TINY_SUBTEST(subtest_withoyt_args) {
TINY_LOG(TINY_DEFAULT, "I'm a little subset.");
TINY_LOG(TINY_DEFAULT, "I'm a little subtest.");
}

TINY_SUBTEST(subtest_with_args, int i) {
Expand Down

0 comments on commit 6037e5c

Please sign in to comment.