From dd6f4abe816a529cfc8c0487f9a13f3b88f0aae8 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Thu, 2 Apr 2009 17:19:13 +0000 Subject: [PATCH] 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 --- test/{Sema => FixIt}/fixit-c90.c | 0 test/{Sema => FixIt}/fixit-errors.c | 0 test/{Sema => FixIt}/fixit.c | 0 test/{SemaCXX => FixIt}/fixit.cpp | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename test/{Sema => FixIt}/fixit-c90.c (100%) rename test/{Sema => FixIt}/fixit-errors.c (100%) rename test/{Sema => FixIt}/fixit.c (100%) rename test/{SemaCXX => FixIt}/fixit.cpp (100%) 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 -- 2.50.1