From 4e7596cc3a63ecdf8065ef3132a4e728b598dc6e Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sun, 29 Nov 2009 09:33:10 +0000 Subject: Normalize options to use '-FOO' instead of '--FOO'. llvm-svn: 90071 --- clang/test/CodeGenObjC/dot-syntax.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/CodeGenObjC/dot-syntax.m') diff --git a/clang/test/CodeGenObjC/dot-syntax.m b/clang/test/CodeGenObjC/dot-syntax.m index 348346b8fca..01b71898a7a 100644 --- a/clang/test/CodeGenObjC/dot-syntax.m +++ b/clang/test/CodeGenObjC/dot-syntax.m @@ -1,4 +1,4 @@ -// RUN: clang-cc --emit-llvm -o %t %s +// RUN: clang-cc -emit-llvm -o %t %s int printf(const char *, ...); -- cgit v1.2.3