diff --git a/test/fallback_api.cpp b/test/fallback_api.cpp index b195992..bfeb000 100644 --- a/test/fallback_api.cpp +++ b/test/fallback_api.cpp @@ -41,10 +41,10 @@ int test_main(int, char *[]) test_enum_api(); - test_struct_api >(); - test_struct_api >(); - test_struct_api >(); - test_struct_api >(); + test_struct_api >(); + test_struct_api >(); + test_struct_api >(); + test_struct_api >(); test_large_struct_api(); diff --git a/test/native_api.cpp b/test/native_api.cpp index c35a6cf..9e3dcaa 100644 --- a/test/native_api.cpp +++ b/test/native_api.cpp @@ -38,10 +38,10 @@ int test_main(int, char *[]) test_enum_api(); - test_struct_api >(); - test_struct_api >(); - test_struct_api >(); - test_struct_api >(); + test_struct_api >(); + test_struct_api >(); + test_struct_api >(); + test_struct_api >(); test_large_struct_api();