From 6037e5cfad613d90cdec387dc305d9197efe7264 Mon Sep 17 00:00:00 2001 From: Mateusz Chudyk Date: Fri, 14 May 2021 15:08:05 +0200 Subject: [PATCH] Fix a typo in example.cpp --- example.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.cpp b/example.cpp index f992f9c..6697b4a 100644 --- a/example.cpp +++ b/example.cpp @@ -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) {