diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-04-02 17:19:13 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-04-02 17:19:13 +0000 |
commit | dd6f4abe816a529cfc8c0487f9a13f3b88f0aae8 (patch) | |
tree | dff4937977aa80eb40a644f2f018c9f23d0d1380 | |
parent | de4bf6a63219c5b9d3bce1fed3dfe075568098a0 (diff) |
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
-rw-r--r-- | test/FixIt/fixit-c90.c (renamed from test/Sema/fixit-c90.c) | 0 | ||||
-rw-r--r-- | test/FixIt/fixit-errors.c (renamed from test/Sema/fixit-errors.c) | 0 | ||||
-rw-r--r-- | test/FixIt/fixit.c (renamed from test/Sema/fixit.c) | 0 | ||||
-rw-r--r-- | test/FixIt/fixit.cpp (renamed from test/SemaCXX/fixit.cpp) | 0 |
4 files changed, 0 insertions, 0 deletions
diff --git a/test/Sema/fixit-c90.c b/test/FixIt/fixit-c90.c index 03c94953db..03c94953db 100644 --- a/test/Sema/fixit-c90.c +++ b/test/FixIt/fixit-c90.c diff --git a/test/Sema/fixit-errors.c b/test/FixIt/fixit-errors.c index 9c5258dbcb..9c5258dbcb 100644 --- a/test/Sema/fixit-errors.c +++ b/test/FixIt/fixit-errors.c diff --git a/test/Sema/fixit.c b/test/FixIt/fixit.c index d1631091b4..d1631091b4 100644 --- a/test/Sema/fixit.c +++ b/test/FixIt/fixit.c diff --git a/test/SemaCXX/fixit.cpp b/test/FixIt/fixit.cpp index ccddd95945..ccddd95945 100644 --- a/test/SemaCXX/fixit.cpp +++ b/test/FixIt/fixit.cpp |