Updated by-chapter-summary with weekly test results, and fixed up some bad paths in some tests caused by aligning the test suite with N3126.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@113403 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Howard Hinnant
2010-09-08 20:31:42 +00:00
parent 745d473ac1
commit e764f0b648
37 changed files with 41 additions and 41 deletions

View File

@@ -15,7 +15,7 @@
#include <stack>
#include <cassert>
#include "../../../../test_allocator.h"
#include "../../../test_allocator.h"
struct test
: private std::stack<int, std::deque<int, test_allocator<int> > >