From 8ae45e0e597c112e80756710c4320d702f98dd86 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Wed, 19 Sep 2018 02:27:44 +0000 Subject: [PATCH] Remove unused include of "verbose_assert.h" llvm-svn: 342524 --- libcxx/test/std/containers/sequences/vector/vector.cons/move.pass.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libcxx/test/std/containers/sequences/vector/vector.cons/move.pass.cpp b/libcxx/test/std/containers/sequences/vector/vector.cons/move.pass.cpp index 6938aa6..330bcda 100644 --- a/libcxx/test/std/containers/sequences/vector/vector.cons/move.pass.cpp +++ b/libcxx/test/std/containers/sequences/vector/vector.cons/move.pass.cpp @@ -21,7 +21,6 @@ #include "test_allocator.h" #include "min_allocator.h" #include "asan_testing.h" -#include "verbose_assert.h" int main() { -- 2.7.4