]> granicus.if.org Git - clang/commitdiff
rename test file for builtin "id"...
authorSteve Naroff <snaroff@apple.com>
Wed, 17 Oct 2007 18:39:04 +0000 (18:39 +0000)
committerSteve Naroff <snaroff@apple.com>
Wed, 17 Oct 2007 18:39:04 +0000 (18:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43082 91177308-0d34-0410-b5e6-96231b3b80d8

test/Sema/id_builtin.m [moved from test/Sema/id_not_builtin.m with 51% similarity]

similarity index 51%
rename from test/Sema/id_not_builtin.m
rename to test/Sema/id_builtin.m
index 42d13fd4420ee4e37ce3bd63ce42989d55ec456b..d7c916146fd12fee2b17b8aecd6647d013997cd1 100644 (file)
@@ -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