diff --git a/Examples/test-suite/common.mk b/Examples/test-suite/common.mk index 1dfe35f38..0a637dcd1 100644 --- a/Examples/test-suite/common.mk +++ b/Examples/test-suite/common.mk @@ -447,6 +447,7 @@ CPP0X_TEST_CASES = \ cpp0x_strongly_typed_enumerations \ cpp0x_template_double_brackets \ cpp0x_template_explicit \ + cpp0x_template_typedefs \ cpp0x_uniform_initialization \ cpp0x_unrestricted_unions \ cpp0x_userdefined_literals \ @@ -455,7 +456,6 @@ CPP0X_TEST_CASES = \ # cpp0x_constructors \ # not supported by any compiler yet # cpp0x_hash_tables \ # not fully implemented yet # cpp0x_lambda_functions \ # not supported by GCC or MSVC yet -# cpp0x_template_typedefs \ # not supported by any compiler yet (now in gcc-4.7) # cpp0x_thread_local \ # not supported by any compiler yet # Broken C++0x test cases.