authorgravatar for mlugg@mlugg.co.ukMatthew Lugg <mlugg@mlugg.co.uk> 2025-05-10 11:34:07+01:00
committergravatar for mlugg@mlugg.co.ukMatthew Lugg <mlugg@mlugg.co.uk> 2025-05-18 17:10:04+01:00
loge26c326996c315a6ed912a2d5fbe7a4f04982c69
tree193d640edaae4fc7f20eae5ac1307a5f64919236
parent74a3ae492797b1b2cf1936f0c91560585efdf6c6
signaturelock-open Commit is signed but in an unrecognized format.

tests: remove incorrect import


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

test/standalone/dep_recursive/test.zig-1
......@@ -1,5 +1,4 @@
11const foo = @import("foo");
2const shared = @import("shared");
32const assert = @import("std").debug.assert;
43
54pub fn main() void {