Fix a test RUN line to not generate '=-' in test directory

llvm-svn: 53865
This commit is contained in:
Daniel Dunbar 2008-07-21 18:42:27 +00:00
parent 102ccc4f8c
commit 5b288788b3
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: clang -rewrite-objc %s -o =-
// RUN: clang -rewrite-objc %s -o=-
@interface NSMapTable @end
@interface NSEnumerator @end