summaryrefslogtreecommitdiffstatshomepage
path: root/build.zig
diff options
context:
space:
mode:
authorManlio Perillo <manlio.perillo@gmail.com>2023-05-14 17:27:14 +0200
committerManlio Perillo <manlio.perillo@gmail.com>2023-05-14 17:27:14 +0200
commit8deb6b4d950d8c0685dbefc88ad5983e38fdf78e (patch)
tree69fa92c9a84fea803281a0057002b584682b0cf0 /build.zig
parente7f62940eb04a67f24c2fff989b09f4d9e2628cb (diff)
build: remove extra comment for named mode
It was added in commit 879eeb6 (Execution of test exercises added.).
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.zig b/build.zig
index 6f34235..9113240 100644
--- a/build.zig
+++ b/build.zig
@@ -136,7 +136,6 @@ pub fn build(b: *Build) !void {
const header_step = PrintStep.create(b, logo);
- // If the user pass a number for an exercise
if (exno) |n| {
// Named build mode: verifies a single exercise.
if (n == 0 or n > exercises.len - 1) {