Commit fd94d78ffc

Michael Dusan <michael.dusan@gmail.com>
2019-10-10 13:00:29
cleanup: unused imports in test
1 parent 12ed85d
Changed files (1)
test
stage1
behavior
test/stage1/behavior/bugs/3367.zig
@@ -1,6 +1,3 @@
-const std = @import("std");
-const expect = std.testing.expect;
-
 const Foo = struct {
     usingnamespace Mixin;
 };