diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2012-08-03 10:35:06 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2012-08-03 10:35:06 +0000 |
commit | 7555b54020b1abcc1e67f66452600e2fa8f93dcd (patch) | |
tree | a0028ea37741e2684499a2103b35fa1c7c58e31c /clang/test/Driver/debug-options.c | |
parent | 73d1be7c56e1fd92d4a27ff53bc6783a269b1362 (diff) | |
download | bcm5719-llvm-7555b54020b1abcc1e67f66452600e2fa8f93dcd.tar.gz bcm5719-llvm-7555b54020b1abcc1e67f66452600e2fa8f93dcd.zip |
Reduce temp file pollution in some test cases.
llvm-svn: 161237
Diffstat (limited to 'clang/test/Driver/debug-options.c')
-rw-r--r-- | clang/test/Driver/debug-options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/debug-options.c b/clang/test/Driver/debug-options.c index bdeb6cad918..ca77abf9fd3 100644 --- a/clang/test/Driver/debug-options.c +++ b/clang/test/Driver/debug-options.c @@ -20,7 +20,7 @@ // RUN: %clang -### -c -gline-tables-only -g0 %s 2>&1 \ // RUN: | FileCheck -check-prefix=GLTO_NO %s // -// RUN: %clang -c -grecord-gcc-switches -gno-record-gcc-switches \ +// RUN: %clang -### -c -grecord-gcc-switches -gno-record-gcc-switches \ // RUN: -gstrict-dwarf -gno-strict-dwarf %s 2>&1 \ // RUN: | not grep "argument unused during compilation" // |