summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests/fsrofs01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/fstests/fsrofs01/init.c')
-rw-r--r--testsuites/fstests/fsrofs01/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/fstests/fsrofs01/init.c b/testsuites/fstests/fsrofs01/init.c
index cd1dcc4a29..45aae88df9 100644
--- a/testsuites/fstests/fsrofs01/init.c
+++ b/testsuites/fstests/fsrofs01/init.c
@@ -153,12 +153,12 @@ static void test_rofs(void)
static void Init(rtems_task_argument arg)
{
- TEST_BEGIN():
+ TEST_BEGIN();
test_create_file_system();
test_rofs();
- TEST_END():
+ TEST_END();
rtems_test_exit(0);
}