| author | |
| committer | |
| log | 6c482b80339dbf23cb971739d13dccbd04bc89df |
| tree | ec2cb65463cd63e655778c36ea86daab79c0b7ea |
| parent | ad63be7eb92d17f2d8d8cc8ec606293813c05deb |
1 files changed, 1 insertions(+), 1 deletions(-)
test/link/glibc_compat/glibc_runtime_check.zig+1-1| ... | ... | @@ -91,7 +91,7 @@ fn checkStrlcpy() !void { |
| 91 | 91 | fn checkStrlcpy_v2_38() !void { |
| 92 | 92 | var buf: [99]u8 = undefined; |
| 93 | 93 | const used = c_string.strlcpy(&buf, "strlcpy works!", buf.len); |
| 94 | assert(used == 15); | |
| 94 | assert(used == 14); | |
| 95 | 95 | } |
| 96 | 96 | |
| 97 | 97 | // atexit is part of libc_nonshared, so ensure its linked in correctly |