Return Void() in an actor return statement
This commit is contained in:
parent
d4349293b9
commit
eb7c678e59
|
@ -149,7 +149,7 @@ struct StatusWorkload : TestWorkload {
|
|||
wait(tr.commit());
|
||||
|
||||
if(g_random->random01() < 0.3) {
|
||||
return;
|
||||
return Void();
|
||||
}
|
||||
|
||||
wait(delay(g_random->random01() * 120));
|
||||
|
|
Loading…
Reference in New Issue