cleanup: unused imports in test

This commit is contained in:
Michael Dusan 2019-10-10 07:00:29 -04:00 committed by Andrew Kelley
parent 12ed85d0d1
commit fd94d78ffc

View File

@ -1,6 +1,3 @@
const std = @import("std");
const expect = std.testing.expect;
const Foo = struct {
usingnamespace Mixin;
};