Skip to content

Commit

Permalink
Remove more conflict markers
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt committed Mar 13, 2024
1 parent b30b6be commit 18e7f25
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions tests/mbt/model/ccv_boundeddrift.qnt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ module ccv_boundeddrift {
nondet timeAdvancement = possibleAdvancements.oneOf()
EndAndBeginBlockForConsumer(chain, timeAdvancement),
}
<<<<<<< HEAD
}

action stepBoundedDriftKeyAssignment = any {
Expand All @@ -119,8 +118,6 @@ module ccv_boundeddrift {
nondetKeyAssignment,
StepOptIn,
StepOptOut,
=======
},

// advance a block for the provider
val maxAdv = findMaxTimeAdvancement(GetChainState(Ccvt::PROVIDER_CHAIN), GetOtherChainStates(Ccvt::PROVIDER_CHAIN), maxDrift)
Expand All @@ -136,14 +133,8 @@ module ccv_boundeddrift {
nondet timeAdvancement = oneOf(possibleAdvancements)
EndAndBeginBlockForProvider(timeAdvancement, consumersToStart, consumersToStop),
}
>>>>>>> main
}

action stepBoundedDriftKeyAssignment = any {
stepBoundedDrift,
nondetKeyAssignment,
}


// INVARIANT
// The maxDrift between chains is never exceeded.
// This *should* be ensured by the step function.
Expand Down

0 comments on commit 18e7f25

Please sign in to comment.