diff options
author | Steve Naroff <snaroff@apple.com> | 2009-04-07 14:22:40 +0000 |
---|---|---|
committer | Steve Naroff <snaroff@apple.com> | 2009-04-07 14:22:40 +0000 |
commit | 939ab4741c789172cc8c004e3bf723f7841a9b76 (patch) | |
tree | 87703734246f7cca05e59ffafb8fc3253db54ebf | |
parent | d9fd7647e286723d100db4cfeab31ec022eec629 (diff) |
Fix typo in newly added test case.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68515 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/SemaObjC/objc-string-constant.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/objc-string-constant.m b/test/SemaObjC/objc-string-constant.m index 8baa149bbd..98239229a2 100644 --- a/test/SemaObjC/objc-string-constant.m +++ b/test/SemaObjC/objc-string-constant.m @@ -1,4 +1,4 @@ -// RUN: clang-cc %s -verify -fsyntax-only && +// RUN: clang-cc %s -verify -fsyntax-only #define nil 0 /* id of Nil instance */ |