diff --git a/test/std/utilities/meta/meta.trans/meta.trans.other/common_type.pass.cpp b/test/std/utilities/meta/meta.trans/meta.trans.other/common_type.pass.cpp index db7b4c2f4..506f4757c 100644 --- a/test/std/utilities/meta/meta.trans/meta.trans.other/common_type.pass.cpp +++ b/test/std/utilities/meta/meta.trans/meta.trans.other/common_type.pass.cpp @@ -45,8 +45,8 @@ namespace std template <> struct common_type< ::S, long> {}; template <> struct common_type > {}; - template <> struct common_type<::X > {}; - template <> struct common_type<::X, ::X > {}; + template <> struct common_type< ::X > {}; + template <> struct common_type< ::X, ::X > {}; } #if TEST_STD_VER >= 11