authorgravatar for michael.dusan@gmail.comMichael Dusan <michael.dusan@gmail.com> 2019-10-10 07:00:29-04:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2019-10-10 10:16:35-04:00
logfd94d78ffc60f61db0990c18d24a24ef3c56fd4e
tree06ddb938d0631861a0bfa71448403fc6501a3328
parent12ed85d0d13136a5e8c1a54da5c3d2174cebee37

cleanup: unused imports in test


1 files changed, 0 insertions(+), 3 deletions(-)

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