Remove XFAIL in test. The bug causing it has been fixed.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@246022 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Fiselier 2015-08-26 07:03:43 +00:00
parent 6d51f6c58c
commit 3dfc10d4b1

View File

@ -15,11 +15,6 @@
// const internT* from, const internT* from_end, const internT*& from_next,
// externT* to, externT* to_end, externT*& to_next) const;
// As of 24/Aug/2015 MSAN fails on this test because it doesn't provide an
// interceptor for `wcrtomb` causing it to generate false positives.
// TODO(EricWF) Remove this once D12311 lands.
// XFAIL: msan
#include <locale>
#include <string>
#include <vector>