summaryrefslogtreecommitdiffstats
path: root/c/src/tests/psxtests/psx13/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/tests/psxtests/psx13/test.c')
-rw-r--r--c/src/tests/psxtests/psx13/test.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/c/src/tests/psxtests/psx13/test.c b/c/src/tests/psxtests/psx13/test.c
index 72e4a40aa9..8284aaa4e3 100644
--- a/c/src/tests/psxtests/psx13/test.c
+++ b/c/src/tests/psxtests/psx13/test.c
@@ -665,9 +665,10 @@ int main(
printf ("Success.\n");
else
printf ("Failed!!!\n");
- }
-
+ printf ("Testing sync()...... ");
+ sync();
+ }
else
printf ("\n\nError opening files for write!!!!\n");