From 949389c395edffc54f3551cbb595065a6f4e6a78 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Wed, 28 Jan 2015 21:22:53 +0000 Subject: We had two identical files named 'MoveOnly.h' in the test suite. Move one to support/, remove the other, and update all the tests that included them. No functionality change. llvm-svn: 227370 --- .../utilities/tuple/tuple.tuple/tuple.special/non_member_swap.pass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcxx/test/std/utilities/tuple/tuple.tuple/tuple.special') diff --git a/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.special/non_member_swap.pass.cpp b/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.special/non_member_swap.pass.cpp index 415e9641c34..fb7db20f55f 100644 --- a/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.special/non_member_swap.pass.cpp +++ b/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.special/non_member_swap.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../MoveOnly.h" +#include "MoveOnly.h" int main() { -- cgit v1.2.3