From: Aaron Ballman Date: Wed, 12 Apr 2017 15:56:02 +0000 (+0000) Subject: Moving a C++ test out of Sema and into SemaCXX; NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a5aa7446dc59bc2445d4edd257d662edf6986082;p=clang Moving a C++ test out of Sema and into SemaCXX; NFC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@300071 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Sema/template-specialization.cpp b/test/SemaCXX/template-specialization.cpp similarity index 100% rename from test/Sema/template-specialization.cpp rename to test/SemaCXX/template-specialization.cpp