From: Steve Naroff Date: Wed, 17 Oct 2007 18:39:04 +0000 (+0000) Subject: rename test file for builtin "id"... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=417c909e631c44813838fc9ec8214ec013d64b91;p=clang rename test file for builtin "id"... git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43082 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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