Skip to content

Commit bbd10b2

Browse files
committed
invalid slot sign
1 parent c4b90f4 commit bbd10b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

program/src/oracle/test_oracle.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ Test( oracle, upd_aggregate ) {
461461

462462
// single publisher
463463
px->num_ = 1;
464-
px->last_slot_ = -10000;
464+
px->last_slot_ = 1000;
465465
px->agg_.pub_slot_ = 1000;
466466
px->comp_[0].latest_ = p1;
467467
upd_aggregate( px, 1001 );

0 commit comments

Comments
 (0)