diff options
| author | Marshall Clow <mclow.lists@gmail.com> | 2013-12-02 17:00:56 +0000 |
|---|---|---|
| committer | Marshall Clow <mclow.lists@gmail.com> | 2013-12-02 17:00:56 +0000 |
| commit | a26fcc7989405df40ba181bd13678cab6f651723 (patch) | |
| tree | c72e9f7b0193b579fe18814516f73894e2f73c65 /libcxx/test/containers/associative/map/map.modifiers/emplace_hint.pass.cpp | |
| parent | f4e6b29a03dc48e358c117609ba25fe64a53fa2f (diff) | |
| download | bcm5719-llvm-a26fcc7989405df40ba181bd13678cab6f651723.tar.gz bcm5719-llvm-a26fcc7989405df40ba181bd13678cab6f651723.zip | |
Found two identical files named 'DefaultOnly.h' in the libcxx test suite. Moved one to /support, removed the other, and iupdated all the includes. No functionality change
llvm-svn: 196118
Diffstat (limited to 'libcxx/test/containers/associative/map/map.modifiers/emplace_hint.pass.cpp')
| -rw-r--r-- | libcxx/test/containers/associative/map/map.modifiers/emplace_hint.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/containers/associative/map/map.modifiers/emplace_hint.pass.cpp b/libcxx/test/containers/associative/map/map.modifiers/emplace_hint.pass.cpp index 7ce8c19805f..15f74b17e78 100644 --- a/libcxx/test/containers/associative/map/map.modifiers/emplace_hint.pass.cpp +++ b/libcxx/test/containers/associative/map/map.modifiers/emplace_hint.pass.cpp @@ -18,7 +18,7 @@ #include <cassert> #include "../../../Emplaceable.h" -#include "../../../DefaultOnly.h" +#include "DefaultOnly.h" #include "min_allocator.h" int main() |

