From 3c46a66de812238ca3c32bccfe6c3326cf96819a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 10 Dec 2009 00:37:13 +0000 Subject: [PATCH] rename testcase git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91015 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Parser/{cxx-try.cpp => cxx-stmt.cpp} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/Parser/{cxx-try.cpp => cxx-stmt.cpp} (100%) diff --git a/test/Parser/cxx-try.cpp b/test/Parser/cxx-stmt.cpp similarity index 100% rename from test/Parser/cxx-try.cpp rename to test/Parser/cxx-stmt.cpp -- 2.50.1