commit | d338d08f4920223df13e949acfaffaefefd26357 | [log] [tgz] |
---|---|---|
author | Steve Naroff <snaroff@apple.com> | Tue Apr 07 14:22:40 2009 +0000 |
committer | Steve Naroff <snaroff@apple.com> | Tue Apr 07 14:22:40 2009 +0000 |
tree | 7b2fe1744b2929e36f98fe3e07a63140a0da1ed4 | |
parent | 54e594529744a59fdf74204879a94411665505d0 [diff] [blame] |
Fix typo in newly added test case. llvm-svn: 68515
diff --git a/clang/test/SemaObjC/objc-string-constant.m b/clang/test/SemaObjC/objc-string-constant.m index 8baa149..9823922 100644 --- a/clang/test/SemaObjC/objc-string-constant.m +++ b/clang/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 */