From 2eff71d76eda25efadeb6c5c00f7dd62c1d7b735 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Thu, 16 Oct 2014 16:12:41 +0000 Subject: [PATCH] tests: move test to more appropriate location The test is a C++ semantic analysis test, move it to SemaCXX from Sema. NFC. llvm-svn: 219932 --- clang/test/{Sema => SemaCXX}/attributed-auto-deduction.cpp | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename clang/test/{Sema => SemaCXX}/attributed-auto-deduction.cpp (100%) diff --git a/clang/test/Sema/attributed-auto-deduction.cpp b/clang/test/SemaCXX/attributed-auto-deduction.cpp similarity index 100% rename from clang/test/Sema/attributed-auto-deduction.cpp rename to clang/test/SemaCXX/attributed-auto-deduction.cpp -- 2.7.4