motiejus/zig

fork of https://codeberg.org/ziglang/zig
git clone https://git.jakstys.lt/motiejus/zig.git
Log | Tree | Refs | README | LICENSE

commit 2d1d012f1194e1e26f123891e12921d59ffe9e10 (tree)
parent e030414c163c6f9a3c2fc8291b2d5917e78688de
Author: Noam Preil <pleasantatk@gmail.com>
Date:   Mon, 25 May 2020 16:26:51 -0400

[Stage2/Testing] Reduce test

Diffstat:
Mtest/stage2/compile_errors.zig | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/test/stage2/compile_errors.zig b/test/stage2/compile_errors.zig @@ -13,15 +13,13 @@ pub fn addCases(ctx: *TestContext) !void { // https://github.com/ziglang/zig/issues/1364 ctx.addZIRError("test", linux_x64, \\@noreturn = primitive(noreturn) - \\@void = primitive(void) - \\@usize = primitive(usize) \\ \\@start_fnty = fntype([], @noreturn, cc=Naked) \\@start = fn(@start_fnty, { \\ %0 = call(%test, []) \\}) , &[_]ErrorMsg{.{ - .byte_offset = 168, + .byte_offset = 118, .msg = "unrecognized identifier: %test", }}, &[_]ErrorMsg{}, &[_]ErrorMsg{});