From 4fe9406fae90fd01463d3199184fd53112a3f0e3 Mon Sep 17 00:00:00 2001 From: Brad Kotsopoulos Date: Sat, 24 Nov 2018 10:00:23 -0500 Subject: [PATCH] Add test cases to C++11 list --- Examples/test-suite/java/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 \