[PATCH] Changed print statement in sample executable hello

Ayush Dwivedi 21cencturyayush at gmail.com
Thu Feb 6 18:16:03 UTC 2020


---
 testsuites/ada/sptests/sp19/Makefile | 2 --
 testsuites/samples/hello/init.c      | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)
 delete mode 100644 testsuites/ada/sptests/sp19/Makefile

diff --git a/testsuites/ada/sptests/sp19/Makefile b/testsuites/ada/sptests/sp19/Makefile
deleted file mode 100644
index 7d4019fd39..0000000000
--- a/testsuites/ada/sptests/sp19/Makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-sptest.adb: sptest.adp
-	m4 < $< > $@
diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c
index 34ded37c55..25dc5ca5f5 100644
--- a/testsuites/samples/hello/init.c
+++ b/testsuites/samples/hello/init.c
@@ -22,7 +22,7 @@ static rtems_task Init(
 {
   rtems_print_printer_fprintf_putc(&rtems_test_printer);
   TEST_BEGIN();
-  printf( "Hello World\n" );
+  printf( "Zombies Ate My Brains!!!\n" );
   TEST_END();
   rtems_test_exit( 0 );
 }
-- 
2.23.0



More information about the devel mailing list