diff --git a/Examples/test-suite/java/Makefile.in b/Examples/test-suite/java/Makefile.in index acb0ef2e3..b5b1d65c7 100644 --- a/Examples/test-suite/java/Makefile.in +++ b/Examples/test-suite/java/Makefile.in @@ -46,8 +46,6 @@ CPP_TEST_CASES = \ li_std_list \ li_std_map \ li_std_set \ - li_std_unordered_map \ - li_std_unordered_set \ # li_boost_intrusive_ptr CPP11_TEST_CASES = \ @@ -56,6 +54,8 @@ CPP11_TEST_CASES = \ cpp11_shared_ptr_overload \ cpp11_shared_ptr_upcast \ cpp11_strongly_typed_enumerations_simple \ + li_std_unordered_map \ + li_std_unordered_set \ DOXYGEN_TEST_CASES := \ doxygen_parsing_enums_simple \