Remove dead code in test

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@295423 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Fiselier
2017-02-17 07:00:04 +00:00
parent 836ae8fa96
commit 8c9af4d299

View File

@@ -23,7 +23,6 @@
#include <cassert>
#include "test_macros.h"
#include "test_allocator.h"
#include "constexpr_char_traits.hpp"
// Overloads
@@ -34,7 +33,6 @@
// (4) basic_string_view(const CharT*)
int main()
{
using TestSizeT = test_allocator<char>::size_type;
{ // Testing (1)
// Nothing TODO. Cannot deduce without any arguments.
}