zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 3c19f694d92c5a3d7f6e3a6d857252406df0d6e3 (tree)
parent 2875216f8e01c4e71a76fe840a0b298f0d42758e
Author: Jakub Konka <kubkon@jakubkonka.com>
Date:   Thu, 28 Apr 2022 12:10:56 +0200

test: fix incorrect error loc in assert_function x86_64-linux test

Diffstat:
Mtest/incremental/x86_64-linux/assert_function.8.zig | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/incremental/x86_64-linux/assert_function.8.zig b/test/incremental/x86_64-linux/assert_function.8.zig @@ -21,4 +21,4 @@ pub fn assert(ok: bool) void { // error // -// :5:21: error: unable to resolve comptime value +// :3:21: error: unable to resolve comptime value