mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 19:40:48 -05:00
build: remove extra comment for named mode
It was added in commit 879eeb6 (Execution of test exercises added.).
This commit is contained in:
parent
e7f62940eb
commit
8deb6b4d95
1 changed files with 0 additions and 1 deletions
|
@ -136,7 +136,6 @@ pub fn build(b: *Build) !void {
|
||||||
|
|
||||||
const header_step = PrintStep.create(b, logo);
|
const header_step = PrintStep.create(b, logo);
|
||||||
|
|
||||||
// If the user pass a number for an exercise
|
|
||||||
if (exno) |n| {
|
if (exno) |n| {
|
||||||
// Named build mode: verifies a single exercise.
|
// Named build mode: verifies a single exercise.
|
||||||
if (n == 0 or n > exercises.len - 1) {
|
if (n == 0 or n > exercises.len - 1) {
|
||||||
|
|
Loading…
Reference in a new issue