Skip to content

Commit d9fc6e1

Browse files
Update topological_sort.cpp
1 parent 4f10cbb commit d9fc6e1

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
@@ -146,6 +146,6 @@ static void test() {
146146
* @returns 0 on exit
147147
*/
148148
int main() {
149-
test();
149+
test(); // Self - test implementation
150150
return 0;
151151
}

0 commit comments

Comments
 (0)