summaryrefslogtreecommitdiffstats
path: root/libcxx/test/containers/associative/set
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/test/containers/associative/set')
-rw-r--r--libcxx/test/containers/associative/set/emplace.pass.cpp2
-rw-r--r--libcxx/test/containers/associative/set/emplace_hint.pass.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/test/containers/associative/set/emplace.pass.cpp b/libcxx/test/containers/associative/set/emplace.pass.cpp
index 731382f8d2c..5ebab4d24b9 100644
--- a/libcxx/test/containers/associative/set/emplace.pass.cpp
+++ b/libcxx/test/containers/associative/set/emplace.pass.cpp
@@ -18,7 +18,7 @@
#include <cassert>
#include "../../Emplaceable.h"
-#include "../../DefaultOnly.h"
+#include "DefaultOnly.h"
#include "min_allocator.h"
int main()
diff --git a/libcxx/test/containers/associative/set/emplace_hint.pass.cpp b/libcxx/test/containers/associative/set/emplace_hint.pass.cpp
index f06cfeceaf2..5fdeb4ffef3 100644
--- a/libcxx/test/containers/associative/set/emplace_hint.pass.cpp
+++ b/libcxx/test/containers/associative/set/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()
OpenPOWER on IntegriCloud