From 5685c94194d6658767bcad05e05cd3deb201cf88 Mon Sep 17 00:00:00 2001 From: Chris Boesch Date: Sun, 28 Dec 2025 21:28:26 +0100 Subject: [PATCH] tests revised --- test/tests.zig | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/test/tests.zig b/test/tests.zig index 795967a..36fabfa 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -8,10 +8,9 @@ const mem = std.mem; const Allocator = std.mem.Allocator; const Child = std.process.Child; const Build = std.Build; -const LazyPath = std.Build.LazyPath; -// const Reader = fs.File.Reader; -const RunStep = std.Build.RunStep; const Step = Build.Step; +const RunStep = Build.RunStep; +const LazyPath = Build.LazyPath; const Exercise = root.Exercise; @@ -162,8 +161,6 @@ const CheckNamedStep = struct { ); defer stderr_file.close(io); - // var threaded: std.Io.Threaded = .init_single_threaded; - // const io = threaded.io(); var stderr = stderr_file.readerStreaming(io, &.{}); { // Skip the logo. @@ -218,8 +215,6 @@ const CheckStep = struct { ); defer stderr_file.close(io); - // var threaded: std.Io.Threaded = .init_single_threaded; - // const io = threaded.io(); var stderr = stderr_file.readerStreaming(io, &.{}); for (exercises) |ex| { if (ex.number() == 1) {