Mark __convert_to_integral test as XFAIL in c++03

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@238271 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Fiselier 2015-05-27 01:02:51 +00:00
parent ee6bfb2117
commit 2cd0a2e4e7

View File

@ -1,4 +1,7 @@
// TODO: Make this test pass for all standards.
// XFAIL: c++98, c++03
#include <limits>
#include <type_traits>
#include <cstdint>