Browse Source

build: remove extra comment for named mode

It was added in commit 879eeb6 (Execution of test exercises added.).
Manlio Perillo 2 years ago
parent
commit
8deb6b4d95
1 changed files with 0 additions and 1 deletions
  1. 0 1
      build.zig

+ 0 - 1
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) {