diff --git a/test/sequence/adapt_assoc_struct.cpp b/test/sequence/adapt_assoc_struct.cpp index 07cab357..8d59acc0 100644 --- a/test/sequence/adapt_assoc_struct.cpp +++ b/test/sequence/adapt_assoc_struct.cpp @@ -72,7 +72,7 @@ namespace ns #endif struct empty_struct {}; -BOOST_FUSION_ADAPT_ASSOC_STRUCT(empty_struct,); +BOOST_FUSION_ADAPT_ASSOC_STRUCT(empty_struct,) int main() diff --git a/test/sequence/adapt_assoc_struct_named.cpp b/test/sequence/adapt_assoc_struct_named.cpp index 4fbfe8ca..585942cd 100644 --- a/test/sequence/adapt_assoc_struct_named.cpp +++ b/test/sequence/adapt_assoc_struct_named.cpp @@ -53,7 +53,7 @@ namespace ns #endif struct empty_struct {}; -BOOST_FUSION_ADAPT_ASSOC_STRUCT_NAMED(empty_struct, renamed_empty_struct,); +BOOST_FUSION_ADAPT_ASSOC_STRUCT_NAMED(empty_struct, renamed_empty_struct,) int main()