Skip to content

Commit

Permalink
revert change from #458
Browse files Browse the repository at this point in the history
Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
  • Loading branch information
dirk-thomas committed Apr 11, 2020
1 parent 034e526 commit a705efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosidl_generator_c/test/test_interfaces.c
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ int test_unbounded_sequences()
}

// uint8_values
res = rosidl_runtime_c__int8__Sequence__init(&seq->uint8_values, ARR_SIZE);
res = rosidl_runtime_c__uint8__Sequence__init(&seq->uint8_values, ARR_SIZE);
EXPECT_EQ(true, res);
for (i = 0; i < ARR_SIZE; i++) {
seq->uint8_values.data[i] = test_values_uint8[i];
Expand Down

0 comments on commit a705efe

Please sign in to comment.