From cf70641c289748d8fc9c03e82cbf7c6a52e05e32 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 12 Apr 2009 08:37:16 +0000 Subject: [PATCH] fix typo in test name. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68893 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/SemaObjC/{protocol-atttribute-1.m => protocol-attribute.m} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/SemaObjC/{protocol-atttribute-1.m => protocol-attribute.m} (100%) diff --git a/test/SemaObjC/protocol-atttribute-1.m b/test/SemaObjC/protocol-attribute.m similarity index 100% rename from test/SemaObjC/protocol-atttribute-1.m rename to test/SemaObjC/protocol-attribute.m -- 2.50.1