From 417c909e631c44813838fc9ec8214ec013d64b91 Mon Sep 17 00:00:00 2001 From: Steve Naroff Date: Wed, 17 Oct 2007 18:39:04 +0000 Subject: [PATCH] rename test file for builtin "id"... git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43082 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Sema/{id_not_builtin.m => id_builtin.m} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename test/Sema/{id_not_builtin.m => id_builtin.m} (51%) diff --git a/test/Sema/id_not_builtin.m b/test/Sema/id_builtin.m similarity index 51% rename from test/Sema/id_not_builtin.m rename to test/Sema/id_builtin.m index 42d13fd442..d7c916146f 100644 --- a/test/Sema/id_not_builtin.m +++ b/test/Sema/id_builtin.m @@ -1,6 +1,6 @@ // RUN: clang %s -fsyntax-only -verify -// id is now builtin. There should be no errors. Should probably remove this file. +// id is now builtin. There should be no errors. id obj; @interface Foo -- 2.40.0