build: remove extra comment for named mode

It was added in commit 879eeb6 (Execution of test exercises added.).
pull/2/head
Manlio Perillo 1 year ago
parent e7f62940eb
commit 8deb6b4d95

@ -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) {

Loading…
Cancel
Save