zig

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

commit fd94d78ffc60f61db0990c18d24a24ef3c56fd4e (tree)
parent 12ed85d0d13136a5e8c1a54da5c3d2174cebee37
Author: Michael Dusan <michael.dusan@gmail.com>
Date:   Thu, 10 Oct 2019 07:00:29 -0400

cleanup: unused imports in test

Diffstat:
Mtest/stage1/behavior/bugs/3367.zig | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/test/stage1/behavior/bugs/3367.zig b/test/stage1/behavior/bugs/3367.zig @@ -1,6 +1,3 @@ -const std = @import("std"); -const expect = std.testing.expect; - const Foo = struct { usingnamespace Mixin; };