zig

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

commit e1a5e061ca7897ce6e08b724d517a83ae439bf41 (tree)
parent bfe9d4184fb9b4d0cfd0964f18bb3789f3023939
Author: Vexu <git@vexu.eu>
Date:   Sun, 12 Jul 2020 11:27:50 +0300

revert accidental format of tests

these test the tokenizers handling of EOF and formatting makes them useless

Diffstat:
Mtest/stage1/behavior/bugs/4769_a.zig | 3++-
Mtest/stage1/behavior/bugs/4769_b.zig | 3++-
2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/test/stage1/behavior/bugs/4769_a.zig b/test/stage1/behavior/bugs/4769_a.zig @@ -1 +1 @@ -// +// +\ No newline at end of file diff --git a/test/stage1/behavior/bugs/4769_b.zig b/test/stage1/behavior/bugs/4769_b.zig @@ -1 +1 @@ -//! +//! +\ No newline at end of file