summaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/dot-syntax-1.m
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-11-29 09:33:10 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-11-29 09:33:10 +0000
commit8a90ac0e85e8c5758b585fe486ee7db01c53fb98 (patch)
tree665259e7c19d030248d64f18a78aab45c7b4da41 /test/CodeGenObjC/dot-syntax-1.m
parent433dd49283e16e7f48c6697dd9bd53d201500a11 (diff)
downloadclang-8a90ac0e85e8c5758b585fe486ee7db01c53fb98.tar.gz
Normalize options to use '-FOO' instead of '--FOO'.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90071 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenObjC/dot-syntax-1.m')
-rw-r--r--test/CodeGenObjC/dot-syntax-1.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/dot-syntax-1.m b/test/CodeGenObjC/dot-syntax-1.m
index 6fab03935b..18b972f048 100644
--- a/test/CodeGenObjC/dot-syntax-1.m
+++ b/test/CodeGenObjC/dot-syntax-1.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 *, ...);