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