From: Douglas Gregor Date: Thu, 2 Apr 2009 17:19:13 +0000 (+0000) Subject: Move the fix-it tests into their own subdirectory X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd6f4abe816a529cfc8c0487f9a13f3b88f0aae8;p=clang Move the fix-it tests into their own subdirectory git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68325 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Sema/fixit-c90.c b/test/FixIt/fixit-c90.c similarity index 100% rename from test/Sema/fixit-c90.c rename to test/FixIt/fixit-c90.c diff --git a/test/Sema/fixit-errors.c b/test/FixIt/fixit-errors.c similarity index 100% rename from test/Sema/fixit-errors.c rename to test/FixIt/fixit-errors.c diff --git a/test/Sema/fixit.c b/test/FixIt/fixit.c similarity index 100% rename from test/Sema/fixit.c rename to test/FixIt/fixit.c diff --git a/test/SemaCXX/fixit.cpp b/test/FixIt/fixit.cpp similarity index 100% rename from test/SemaCXX/fixit.cpp rename to test/FixIt/fixit.cpp