aboutsummaryrefslogtreecommitdiff
path: root/lib/std/process.zig
diff options
context:
space:
mode:
Diffstat (limited to 'lib/std/process.zig')
-rw-r--r--lib/std/process.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/std/process.zig b/lib/std/process.zig
index d8604edab8..2c51ec2d60 100644
--- a/lib/std/process.zig
+++ b/lib/std/process.zig
@@ -822,7 +822,6 @@ test "args iterator" {
const given_suffix = std.fs.path.basename(prog_name);
try testing.expect(mem.eql(u8, expected_suffix, given_suffix));
- try testing.expect(it.skip()); // Skip over zig_exe_path, passed to the test runner
try testing.expect(it.next() == null);
try testing.expect(!it.skip());
}