Skip to content

Commit b6a3aa4

Browse files
committed
Fix testsuite build on Erlang R16B03 by using macros for old builtin types
Those macros are provided by `old_builtin_types.hrl` in rabbitmq-common.
1 parent d73ad99 commit b6a3aa4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/channel_operation_timeout_test_queue.erl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,10 @@
174174
out_counter :: non_neg_integer(),
175175
in_counter :: non_neg_integer(),
176176
rates :: rates(),
177-
msgs_on_disk :: gb_sets:set(),
178-
msg_indices_on_disk :: gb_sets:set(),
179-
unconfirmed :: gb_sets:set(),
180-
confirmed :: gb_sets:set(),
177+
msgs_on_disk :: ?GB_SET_TYPE(),
178+
msg_indices_on_disk :: ?GB_SET_TYPE(),
179+
unconfirmed :: ?GB_SET_TYPE(),
180+
confirmed :: ?GB_SET_TYPE(),
181181
ack_out_counter :: non_neg_integer(),
182182
ack_in_counter :: non_neg_integer(),
183183
disk_read_count :: non_neg_integer(),

0 commit comments

Comments
 (0)