From: Saleem Abdulrasool Date: Thu, 16 Oct 2014 16:12:41 +0000 (+0000) Subject: tests: move test to more appropriate location X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2eff71d76eda25efadeb6c5c00f7dd62c1d7b735;p=platform%2Fupstream%2Fllvm.git 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 --- 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