summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp09/task1.c
diff options
context:
space:
mode:
authorDaniel Ramirez <javamonn@gmail.com>2013-12-11 17:10:34 -0600
committerGedare Bloom <gedare@rtems.org>2013-12-11 20:11:08 -0500
commit07f4edc14b283486c9493b8e8083967c6ddeb47e (patch)
tree9fe46ce063c00369df4098f5af0cb16e7f9e9ce7 /testsuites/sptests/sp09/task1.c
parentPR1960: ERC32_Is_interrupt_masked for ERC32 in erc32.h (diff)
downloadrtems-07f4edc14b283486c9493b8e8083967c6ddeb47e.tar.bz2
sptests: refactored sp09/screen14.c into two new tests
Diffstat (limited to 'testsuites/sptests/sp09/task1.c')
-rw-r--r--testsuites/sptests/sp09/task1.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/testsuites/sptests/sp09/task1.c b/testsuites/sptests/sp09/task1.c
index ad0073ab74..f3329018ab 100644
--- a/testsuites/sptests/sp09/task1.c
+++ b/testsuites/sptests/sp09/task1.c
@@ -62,9 +62,6 @@ rtems_task Task_1(
rtems_test_pause_and_screen_number( 13 );
Screen13();
- rtems_test_pause_and_screen_number( 14 );
-
- Screen14();
puts( "*** END OF TEST 9 ***" );
rtems_test_exit( 0 );