Skip to content

Commit b92580e

Browse files
committed
squash, fix combined/separate iterations
1 parent a71a5d2 commit b92580e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auto_tests/toxav_mt_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,8 +494,8 @@ static void test_av(bool combined_av) {
494494
int main(void) {
495495
setvbuf(stdout, nullptr, _IONBF, 0);
496496

497-
test_av(false);
498497
test_av(true);
498+
test_av(false);
499499

500500
return 0;
501501
}

0 commit comments

Comments
 (0)