diff options
author | Marshall Clow <mclow.lists@gmail.com> | 2013-11-26 20:58:02 +0000 |
---|---|---|
committer | Marshall Clow <mclow.lists@gmail.com> | 2013-11-26 20:58:02 +0000 |
commit | e34f6f6a12ab7e203144ff04b2d1940f52e2ec9b (patch) | |
tree | 887780bdf017f8972bf1a1de936ff490dd72f58a /libcxx/test/containers/sequences/list/list.modifiers/clear.pass.cpp | |
parent | 2c9838f622e53df0095841634b30a5306592b434 (diff) | |
download | bcm5719-llvm-e34f6f6a12ab7e203144ff04b2d1940f52e2ec9b.tar.gz bcm5719-llvm-e34f6f6a12ab7e203144ff04b2d1940f52e2ec9b.zip |
There were two identical files named 'min_allocator.h'. Move one of them to /support and delete the other. Then adjust all the tests that used them to include the moved one. No functionality change.
llvm-svn: 195785
Diffstat (limited to 'libcxx/test/containers/sequences/list/list.modifiers/clear.pass.cpp')
-rw-r--r-- | libcxx/test/containers/sequences/list/list.modifiers/clear.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/containers/sequences/list/list.modifiers/clear.pass.cpp b/libcxx/test/containers/sequences/list/list.modifiers/clear.pass.cpp index 5bfab6fe20c..38696b6eb50 100644 --- a/libcxx/test/containers/sequences/list/list.modifiers/clear.pass.cpp +++ b/libcxx/test/containers/sequences/list/list.modifiers/clear.pass.cpp @@ -14,7 +14,7 @@ #include <list> #include <cassert> -#include "../../../min_allocator.h" +#include "min_allocator.h" int main() { |