Skip to content

Commit 974f101

Browse files
committed
run_tests: Remove confusing line of dead code from flagMode()
1 parent 842ae5e commit 974f101

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

run_tests.d

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ string flagMode(Mode mode)
3636
case Mode.vibe: return " --mode=vibe";
3737
case Mode.combined: return " --mode=combined";
3838
}
39-
return coreTestsOnly? " --core" : "";
4039
}
4140

4241
string fixSlashes(string path)

0 commit comments

Comments
 (0)