summaryrefslogtreecommitdiffstats
path: root/libcxx/test/containers/sequences/vector
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/test/containers/sequences/vector')
-rw-r--r--libcxx/test/containers/sequences/vector/db_back.pass.cpp2
-rw-r--r--libcxx/test/containers/sequences/vector/db_cback.pass.cpp2
-rw-r--r--libcxx/test/containers/sequences/vector/db_cfront.pass.cpp2
-rw-r--r--libcxx/test/containers/sequences/vector/db_front.pass.cpp2
-rw-r--r--libcxx/test/containers/sequences/vector/db_iterators_1.pass.cpp2
-rw-r--r--libcxx/test/containers/sequences/vector/db_iterators_2.pass.cpp2
-rw-r--r--libcxx/test/containers/sequences/vector/db_iterators_3.pass.cpp2
-rw-r--r--libcxx/test/containers/sequences/vector/db_iterators_4.pass.cpp2
-rw-r--r--libcxx/test/containers/sequences/vector/db_iterators_5.pass.cpp2
-rw-r--r--libcxx/test/containers/sequences/vector/db_iterators_6.pass.cpp2
-rw-r--r--libcxx/test/containers/sequences/vector/db_iterators_7.pass.cpp2
-rw-r--r--libcxx/test/containers/sequences/vector/db_iterators_8.pass.cpp2
12 files changed, 0 insertions, 24 deletions
diff --git a/libcxx/test/containers/sequences/vector/db_back.pass.cpp b/libcxx/test/containers/sequences/vector/db_back.pass.cpp
index 40b2b5623fe..c6115fa4cc4 100644
--- a/libcxx/test/containers/sequences/vector/db_back.pass.cpp
+++ b/libcxx/test/containers/sequences/vector/db_back.pass.cpp
@@ -13,8 +13,6 @@
#if _LIBCPP_DEBUG2 >= 1
-struct X {};
-
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::terminate())
#include <vector>
diff --git a/libcxx/test/containers/sequences/vector/db_cback.pass.cpp b/libcxx/test/containers/sequences/vector/db_cback.pass.cpp
index 709535cf053..193f5ec7932 100644
--- a/libcxx/test/containers/sequences/vector/db_cback.pass.cpp
+++ b/libcxx/test/containers/sequences/vector/db_cback.pass.cpp
@@ -13,8 +13,6 @@
#if _LIBCPP_DEBUG2 >= 1
-struct X {};
-
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::terminate())
#include <vector>
diff --git a/libcxx/test/containers/sequences/vector/db_cfront.pass.cpp b/libcxx/test/containers/sequences/vector/db_cfront.pass.cpp
index b924010e456..162760baa35 100644
--- a/libcxx/test/containers/sequences/vector/db_cfront.pass.cpp
+++ b/libcxx/test/containers/sequences/vector/db_cfront.pass.cpp
@@ -13,8 +13,6 @@
#if _LIBCPP_DEBUG2 >= 1
-struct X {};
-
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::terminate())
#include <vector>
diff --git a/libcxx/test/containers/sequences/vector/db_front.pass.cpp b/libcxx/test/containers/sequences/vector/db_front.pass.cpp
index 320c9de1ecb..04f9286279b 100644
--- a/libcxx/test/containers/sequences/vector/db_front.pass.cpp
+++ b/libcxx/test/containers/sequences/vector/db_front.pass.cpp
@@ -13,8 +13,6 @@
#if _LIBCPP_DEBUG2 >= 1
-struct X {};
-
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::terminate())
#include <vector>
diff --git a/libcxx/test/containers/sequences/vector/db_iterators_1.pass.cpp b/libcxx/test/containers/sequences/vector/db_iterators_1.pass.cpp
index 6450e87616c..57c13d42eae 100644
--- a/libcxx/test/containers/sequences/vector/db_iterators_1.pass.cpp
+++ b/libcxx/test/containers/sequences/vector/db_iterators_1.pass.cpp
@@ -13,8 +13,6 @@
#if _LIBCPP_DEBUG2 >= 1
-struct X {};
-
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::terminate())
#include <vector>
diff --git a/libcxx/test/containers/sequences/vector/db_iterators_2.pass.cpp b/libcxx/test/containers/sequences/vector/db_iterators_2.pass.cpp
index a36209b1645..3939517ebba 100644
--- a/libcxx/test/containers/sequences/vector/db_iterators_2.pass.cpp
+++ b/libcxx/test/containers/sequences/vector/db_iterators_2.pass.cpp
@@ -13,8 +13,6 @@
#if _LIBCPP_DEBUG2 >= 1
-struct X {};
-
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::terminate())
#include <vector>
diff --git a/libcxx/test/containers/sequences/vector/db_iterators_3.pass.cpp b/libcxx/test/containers/sequences/vector/db_iterators_3.pass.cpp
index b57ccf02277..7e14f357160 100644
--- a/libcxx/test/containers/sequences/vector/db_iterators_3.pass.cpp
+++ b/libcxx/test/containers/sequences/vector/db_iterators_3.pass.cpp
@@ -13,8 +13,6 @@
#if _LIBCPP_DEBUG2 >= 1
-struct X {};
-
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::terminate())
#include <vector>
diff --git a/libcxx/test/containers/sequences/vector/db_iterators_4.pass.cpp b/libcxx/test/containers/sequences/vector/db_iterators_4.pass.cpp
index 68d0a5d3e9f..81c6187b79a 100644
--- a/libcxx/test/containers/sequences/vector/db_iterators_4.pass.cpp
+++ b/libcxx/test/containers/sequences/vector/db_iterators_4.pass.cpp
@@ -13,8 +13,6 @@
#if _LIBCPP_DEBUG2 >= 1
-struct X {};
-
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::terminate())
#include <vector>
diff --git a/libcxx/test/containers/sequences/vector/db_iterators_5.pass.cpp b/libcxx/test/containers/sequences/vector/db_iterators_5.pass.cpp
index 8c0614e502f..85b07cdd2ed 100644
--- a/libcxx/test/containers/sequences/vector/db_iterators_5.pass.cpp
+++ b/libcxx/test/containers/sequences/vector/db_iterators_5.pass.cpp
@@ -13,8 +13,6 @@
#if _LIBCPP_DEBUG2 >= 1
-struct X {};
-
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::terminate())
#include <vector>
diff --git a/libcxx/test/containers/sequences/vector/db_iterators_6.pass.cpp b/libcxx/test/containers/sequences/vector/db_iterators_6.pass.cpp
index c85a2514f9c..25e19c61dad 100644
--- a/libcxx/test/containers/sequences/vector/db_iterators_6.pass.cpp
+++ b/libcxx/test/containers/sequences/vector/db_iterators_6.pass.cpp
@@ -13,8 +13,6 @@
#if _LIBCPP_DEBUG2 >= 1
-struct X {};
-
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::terminate())
#include <vector>
diff --git a/libcxx/test/containers/sequences/vector/db_iterators_7.pass.cpp b/libcxx/test/containers/sequences/vector/db_iterators_7.pass.cpp
index 7d7c4bfdd52..5c2d15897be 100644
--- a/libcxx/test/containers/sequences/vector/db_iterators_7.pass.cpp
+++ b/libcxx/test/containers/sequences/vector/db_iterators_7.pass.cpp
@@ -13,8 +13,6 @@
#if _LIBCPP_DEBUG2 >= 1
-struct X {};
-
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::terminate())
#include <vector>
diff --git a/libcxx/test/containers/sequences/vector/db_iterators_8.pass.cpp b/libcxx/test/containers/sequences/vector/db_iterators_8.pass.cpp
index e6bb3b7ddf0..79e7ccc4c47 100644
--- a/libcxx/test/containers/sequences/vector/db_iterators_8.pass.cpp
+++ b/libcxx/test/containers/sequences/vector/db_iterators_8.pass.cpp
@@ -13,8 +13,6 @@
#if _LIBCPP_DEBUG2 >= 1
-struct X {};
-
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::terminate())
#include <vector>
OpenPOWER on IntegriCloud