Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
riversand963 committed Nov 2, 2022
1 parent a2bc33e commit 8788345
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utilities/transactions/write_prepared_transaction_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1714,13 +1714,13 @@ TEST_P(SeqAdvanceConcurrentTest, SeqAdvanceConcurrent) {
size_t d = (n % base[bi + 1]) / base[bi];
switch (d) {
case 0:
threads.emplace_back(txn_t0, bi);
threads.emplace_back(txn_t3, bi);
break;
case 1:
threads.emplace_back(txn_t1, bi);
threads.emplace_back(txn_t3, bi);
break;
case 2:
threads.emplace_back(txn_t2, bi);
threads.emplace_back(txn_t3, bi);
break;
case 3:
threads.emplace_back(txn_t3, bi);
Expand Down

0 comments on commit 8788345

Please sign in to comment.