Found six (nmostly) identical files named 'test_allocator.h' in the libcxx test suite. Moved one to /support, made it a superset, and removed all but one of the others, and iupdated all the includes. Left the odd one (thread/futures/test_allocator.h) for later.

llvm-svn: 196174
This commit is contained in:
Marshall Clow
2013-12-03 00:18:10 +00:00
parent ba71833846
commit c3deeb5f89
324 changed files with 366 additions and 719 deletions

View File

@@ -16,7 +16,7 @@
#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES
#include "../test_allocator.h"
#include "test_allocator.h"
#include "min_allocator.h"