Skip to content

Commit b8ffbd1

Browse files
committed
fix gcc compile error on insertion sort tests
1 parent 64226da commit b8ffbd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_insertion_sort.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ namespace quxflux::sorting_net
2525
17 // if chosen too large, msbuild will fail with "fatal error C1202: recursive type or function dependency context
2626
// too complex"
2727
#else
28-
max_networks_to_test
28+
max_array_size_to_test
2929
#endif
3030
;
3131

0 commit comments

Comments
 (0)