X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2Flibc%2B%2B%2Ftrunk%2Ftest%2Futilities%2Fmeta%2Fmeta.trans%2Fmeta.trans.sign%2Fmake_signed.pass.cpp;h=eb8e31c76e102964419112649af824f8c9bb647e;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=7de3b0dafb213d49f977112e3731f03e57293896;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/libc++/trunk/test/utilities/meta/meta.trans/meta.trans.sign/make_signed.pass.cpp b/src/third_party/libc++/trunk/test/utilities/meta/meta.trans/meta.trans.sign/make_signed.pass.cpp index 7de3b0d..eb8e31c 100644 --- a/src/third_party/libc++/trunk/test/utilities/meta/meta.trans/meta.trans.sign/make_signed.pass.cpp +++ b/src/third_party/libc++/trunk/test/utilities/meta/meta.trans/meta.trans.sign/make_signed.pass.cpp @@ -52,7 +52,7 @@ int main() test_make_signed< unsigned long long, signed long long >(); test_make_signed< wchar_t, std::conditional::type >(); test_make_signed< const wchar_t, std::conditional::type >(); - test_make_signed< const Enum, const int >(); + test_make_signed< const Enum, std::conditional::type >(); test_make_signed< BigEnum, std::conditional::type >(); #ifndef _LIBCPP_HAS_NO_INT128 test_make_signed< __int128_t, __int128_t >();