From be1cc84e5c8be11ad9082065e87f814e48b67a29 Mon Sep 17 00:00:00 2001 From: fdai7207 Date: Thu, 9 Feb 2023 17:54:23 +0100 Subject: [PATCH] implementation of unit test for to_string()(resolve conflicts). --- tests/test/support/.gitkeep | 0 tests/{test => }/test_StringManipulation.c | 0 2 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 tests/test/support/.gitkeep rename tests/{test => }/test_StringManipulation.c (100%) diff --git a/tests/test/support/.gitkeep b/tests/test/support/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/tests/test/test_StringManipulation.c b/tests/test_StringManipulation.c similarity index 100% rename from tests/test/test_StringManipulation.c rename to tests/test_StringManipulation.c