Integrate suggestion from review to improve consistency with existing code.
1 /* Any copyright is dedicated to the Public Domain.
2 * http://creativecommons.org/publicdomain/zero/1.0/ */
7 let uuid = CommonUtils.generateUUID();
8 do_check_eq(uuid.length, 36);
9 do_check_eq(uuid[8], "-");