[PATCH] Changed print statement in sample executable hello
Gedare Bloom
gedare at rtems.org
Thu Feb 6 18:41:16 UTC 2020
Thanks.
On Thu, Feb 6, 2020, 11:16 AM Ayush Dwivedi <21cencturyayush at gmail.com>
wrote:
> ---
> 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
>
> _______________________________________________
> devel mailing list
> devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20200206/6a2255c9/attachment-0001.html>
More information about the devel
mailing list