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/CodeGen/debug-info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/CodeGen/debug-info.c') diff --git a/clang/test/CodeGen/debug-info.c b/clang/test/CodeGen/debug-info.c index 856b91964eb..d7a54d64393 100644 --- a/clang/test/CodeGen/debug-info.c +++ b/clang/test/CodeGen/debug-info.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -o %t --emit-llvm -g %s +// RUN: clang-cc -o %t -emit-llvm -g %s // RUN: FileCheck --input-file=%t %s // PR3023 -- cgit v1.2.3