From f87dc997ebc2ab891ba43a72e4d583b086d18520 Mon Sep 17 00:00:00 2001 From: jf-home Date: Wed, 28 Aug 2024 01:04:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B5=8B=E8=AF=95=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E6=89=93=E5=8D=B0=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/test.c | 2 +- test/{demo_queue.c => test_queue.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test/{demo_queue.c => test_queue.c} (100%) diff --git a/test/test.c b/test/test.c index 241361a..bd6d9e2 100644 --- a/test/test.c +++ b/test/test.c @@ -70,7 +70,7 @@ void tearDown(void) int main(int argc, char const *argv[]) { - printf("----- µ¥Ôª²âÊÔ -----\n"); + printf("----- Unicstl Unit Test -----\n"); UNITY_BEGIN(); test_stack(); diff --git a/test/demo_queue.c b/test/test_queue.c similarity index 100% rename from test/demo_queue.c rename to test/test_queue.c