added sequence counter to verification helper, increments after succesful sending, added very basic test (does it even increment?), needs some more tests probably
This commit is contained in:
@ -35,6 +35,7 @@ pub mod crossbeam_test {
|
||||
let cfg = VerificationReporterCfg::new(
|
||||
TEST_APID,
|
||||
Box::new(SeqCountProviderSyncClonable::default()),
|
||||
Box::new(SeqCountProviderSyncClonable::default()),
|
||||
1,
|
||||
2,
|
||||
8,
|
||||
|
Reference in New Issue
Block a user