Skip to content

Commit

Permalink
Update tests/DCPS/Compiler/idl_test1_lib/FooDef.idl
Browse files Browse the repository at this point in the history
Co-authored-by: Son Dinh <[email protected]>
  • Loading branch information
jrw972 and sonndinh authored Sep 19, 2024
1 parent d034278 commit 55bf7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/DCPS/Compiler/idl_test1_lib/FooDef.idl
Original file line number Diff line number Diff line change
Expand Up @@ -287,5 +287,5 @@ module Test_Module {
};

struct TestModuleStruct {
@id(1) sequence <Test_Module::A_Char100S> sequence_field;
@id(1) sequence<Test_Module::A_Char100S> sequence_field;
};

0 comments on commit 55bf7ec

Please sign in to comment.