diff options
| author | Manlio Perillo <[email protected]> | 2023-05-14 17:27:14 +0200 |
|---|---|---|
| committer | Manlio Perillo <[email protected]> | 2023-05-14 17:27:14 +0200 |
| commit | 8deb6b4d950d8c0685dbefc88ad5983e38fdf78e (patch) | |
| tree | 69fa92c9a84fea803281a0057002b584682b0cf0 | |
| parent | e7f62940eb04a67f24c2fff989b09f4d9e2628cb (diff) | |
| download | ziglings-8deb6b4d950d8c0685dbefc88ad5983e38fdf78e.tar.xz ziglings-8deb6b4d950d8c0685dbefc88ad5983e38fdf78e.zip | |
build: remove extra comment for named mode
It was added in commit 879eeb6 (Execution of test exercises added.).
| -rw-r--r-- | build.zig | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) { |
