You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/std/utilities/allocator.adaptor
Stephan T. Lavavej 3169d4a451 [libcxx] [test] Fix recently introduced warnings emitted by MSVC.
These tests were using malloc()'s return value without checking for null,
which MSVC's /analyze rightly warns about. Asserting that the pointer is
non-null both expresses the test's intention and silences the warning.

Fixes D27785.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@290921 91177308-0d34-0410-b5e6-96231b3b80d8
9 years ago
..
allocator.adaptor.cnstr Remove all instances of _LIBCPP_HAS_NO_RVALUE_REFERENCES from test/std/utilities 9 years ago
allocator.adaptor.members [libcxx] [test] Fix recently introduced warnings emitted by MSVC. 9 years ago
allocator.adaptor.types Remove all instances of _LIBCPP_HAS_NO_RVALUE_REFERENCES from test/std/utilities 9 years ago
scoped.adaptor.operators Remove all instances of _LIBCPP_HAS_NO_RVALUE_REFERENCES from test/std/utilities 9 years ago
types.pass.cpp Remove all instances of _LIBCPP_HAS_NO_RVALUE_REFERENCES from test/std/utilities 9 years ago