[libcxx] r342524 - Remove unused include of "verbose_assert.h"

Marshall Clow mclow.lists at gmail.com
Tue Sep 18 19:27:44 PDT 2018


Author: marshall
Date: Tue Sep 18 19:27:44 2018
New Revision: 342524

URL: http://llvm.org/viewvc/llvm-project?rev=342524&view=rev
Log:
Remove unused include of "verbose_assert.h"


Modified:
    libcxx/trunk/test/std/containers/sequences/vector/vector.cons/move.pass.cpp

Modified: libcxx/trunk/test/std/containers/sequences/vector/vector.cons/move.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/containers/sequences/vector/vector.cons/move.pass.cpp?rev=342524&r1=342523&r2=342524&view=diff
==============================================================================
--- libcxx/trunk/test/std/containers/sequences/vector/vector.cons/move.pass.cpp (original)
+++ libcxx/trunk/test/std/containers/sequences/vector/vector.cons/move.pass.cpp Tue Sep 18 19:27:44 2018
@@ -21,7 +21,6 @@
 #include "test_allocator.h"
 #include "min_allocator.h"
 #include "asan_testing.h"
-#include "verbose_assert.h"
 
 int main()
 {




More information about the libcxx-commits mailing list