Skip to content

Commit 9f0c8eb

Browse files
Update sorting/quick_sort_iterative.cpp
1 parent 338d22c commit 9f0c8eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sorting/quick_sort_iterative.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,6 @@ void tests()
120120
*/
121121
int main()
122122
{
123-
tests();
123+
tests(); // run self test implementation
124124
return 0;
125125
}

0 commit comments

Comments
 (0)