Skip to content

Commit

Permalink
Fix accident in 20 10 test
Browse files Browse the repository at this point in the history
  • Loading branch information
karoliineh committed Oct 29, 2023
1 parent 6899d44 commit 2c0a08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/regression/10-synch/20-race-2_1-container_of.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ int my_drv_probe(struct my_data *data) {
ldv_assert(data->shared.a==0); // NORACE
ldv_assert(data->shared.b==0); // NORACE

int res = magic();
int res = __VERIFIER_nondet_int();
if(res)
goto exit;
//register callback
Expand Down

0 comments on commit 2c0a08f

Please sign in to comment.