From 61784e31a9efcc5c8a9da298f10fcde29d01f225 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 22 Mar 2010 21:01:10 +0000 Subject: [PATCH] rename test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99208 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Sema/{function-sentinel-attr.c => attr-sentinel.c} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/Sema/{function-sentinel-attr.c => attr-sentinel.c} (100%) diff --git a/test/Sema/function-sentinel-attr.c b/test/Sema/attr-sentinel.c similarity index 100% rename from test/Sema/function-sentinel-attr.c rename to test/Sema/attr-sentinel.c -- 2.40.0