summaryrefslogtreecommitdiffstatshomepage
path: root/test/tests.zig
diff options
context:
space:
mode:
Diffstat (limited to 'test/tests.zig')
-rw-r--r--test/tests.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tests.zig b/test/tests.zig
index 3de42db..c8f4af2 100644
--- a/test/tests.zig
+++ b/test/tests.zig
@@ -109,7 +109,7 @@ const PatchStep = struct {
self.* = .{
.step = Step.init(.{
.id = .custom,
- .name = "Patch",
+ .name = owner.fmt("patch {s}", .{exercise.main_file}),
.owner = owner,
.makeFn = make,
}),