Skip to content

Commit 457c03c

Browse files
Update graph/topological_sort.cpp
Co-authored-by: realstealthninja <[email protected]>
1 parent 5625480 commit 457c03c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph/topological_sort.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,6 @@ static void test() {
178178
* @returns 0 on exit
179179
*/
180180
int main() {
181-
test();
181+
test(); // run self test implementations
182182
return 0;
183183
}

0 commit comments

Comments
 (0)