From 7228c9e92c2199705e3e64f5500e571e81898d02 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 11 Dec 2007 15:55:52 +0000 Subject: [PATCH] Rename these tests to use the appropriate suffixes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44867 91177308-0d34-0410-b5e6-96231b3b80d8 --- .../{2007-10-01-StructResize.ll => 2007-10-01-StructResize.cpp} | 0 .../{2007-10-18-ProDescriptor.ll => 2007-10-18-ProDescriptor.m} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename test/C++Frontend/{2007-10-01-StructResize.ll => 2007-10-01-StructResize.cpp} (100%) rename test/FrontendObjC/{2007-10-18-ProDescriptor.ll => 2007-10-18-ProDescriptor.m} (100%) diff --git a/test/C++Frontend/2007-10-01-StructResize.ll b/test/C++Frontend/2007-10-01-StructResize.cpp similarity index 100% rename from test/C++Frontend/2007-10-01-StructResize.ll rename to test/C++Frontend/2007-10-01-StructResize.cpp diff --git a/test/FrontendObjC/2007-10-18-ProDescriptor.ll b/test/FrontendObjC/2007-10-18-ProDescriptor.m similarity index 100% rename from test/FrontendObjC/2007-10-18-ProDescriptor.ll rename to test/FrontendObjC/2007-10-18-ProDescriptor.m