tests: Use synced output for error in run-threaded

* tests/run-threaded.c (do_data_op): Use synced out macro.
This commit is contained in:
Andre Heinecke 2019-06-05 16:14:38 +02:00
parent 3a11421d0f
commit 3a3648e3a5
No known key found for this signature in database
GPG Key ID: 2978E9D40CBABA5C

View File

@ -504,8 +504,8 @@ do_data_op (void *file_name)
} }
default: default:
{ {
fprintf (stderr, "Unhandled data type 0x%x for '%s'", type, fname); out ("Unhandled data type 0x%x for '%s'\n", type, fname);
exit(1); errpoint;
} }
} }