From a26fcc7989405df40ba181bd13678cab6f651723 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Mon, 2 Dec 2013 17:00:56 +0000 Subject: 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 --- libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/default.pass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/default.pass.cpp') diff --git a/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/default.pass.cpp b/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/default.pass.cpp index 84ecd8d2cd1..b72b77ee97c 100644 --- a/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/default.pass.cpp +++ b/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/default.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../DefaultOnly.h" +#include "DefaultOnly.h" int main() { -- cgit v1.2.3