From fd30e9cd8e6b6fbb87be5004e2270ba1dbb36fd0 Mon Sep 17 00:00:00 2001 From: fastium Date: Sun, 20 Oct 2024 19:10:52 +0200 Subject: [PATCH] UDP change name and description of the test --- TESTS/simple-test/test-raw-ptr/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TESTS/simple-test/test-raw-ptr/main.cpp b/TESTS/simple-test/test-raw-ptr/main.cpp index 79ae80b..a689d47 100644 --- a/TESTS/simple-test/test-raw-ptr/main.cpp +++ b/TESTS/simple-test/test-raw-ptr/main.cpp @@ -14,9 +14,9 @@ /**************************************************************************** * @file main.cpp - * @author Serge Ayer + * @author Sierro Yann * - * @brief Simple example of test program for raw and shared pointers + * @brief Test of raw pointer * * @date 2022-09-01 * @version 0.1.0 @@ -93,4 +93,4 @@ static Case cases[] = { static Specification specification(greentea_setup, cases); -int main() { return !Harness::run(specification); } \ No newline at end of file +int main() { return !Harness::run(specification); }