Skip to content

Commit 03d7c15

Browse files
Update sorting/tim_sort.cpp
1 parent 165d83a commit 03d7c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sorting/tim_sort.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ void tests() {
110110

111111
// Driver program to test above function
112112
int main() {
113-
tests();
113+
tests(); // run self test implementations
114114

115115
int arr[] = {5, 21, 7, 23, 19};
116116
int n = sizeof(arr) / sizeof(arr[0]);

0 commit comments

Comments
 (0)