diff options
| author | Martin Bohme <mboehme@google.com> | 2017-01-25 12:55:53 +0000 |
|---|---|---|
| committer | Martin Bohme <mboehme@google.com> | 2017-01-25 12:55:53 +0000 |
| commit | ac93aa7022a96a6339cc519fd2da9086c99654f5 (patch) | |
| tree | 944bcd9a4ee74d1efe86ee2713f90b46aa2964cd /clang | |
| parent | d1f390ef999b0dc2a7fc8f90a97b4674a5f72b84 (diff) | |
| download | bcm5719-llvm-ac93aa7022a96a6339cc519fd2da9086c99654f5.tar.gz bcm5719-llvm-ac93aa7022a96a6339cc519fd2da9086c99654f5.zip | |
[Driver] Prevent no-arc-exception-silence.m test from writing output.
Summary: This enables the test to run on systems where output cannot be written.
Reviewers: compnerd
Subscribers: cfe-commits
Differential Revision: https://reviews.llvm.org/D29123
llvm-svn: 293051
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/test/Driver/no-arc-exception-silence.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/no-arc-exception-silence.m b/clang/test/Driver/no-arc-exception-silence.m index 96b700d8352..c16b2206008 100644 --- a/clang/test/Driver/no-arc-exception-silence.m +++ b/clang/test/Driver/no-arc-exception-silence.m @@ -1,2 +1,2 @@ -// RUN: %clang -Werror -fobjc-arc -fobjc-arc-exceptions -fno-objc-arc -Xclang -verify -c %s +// RUN: %clang -Werror -fobjc-arc -fobjc-arc-exceptions -fno-objc-arc -Xclang -verify -c -o /dev/null %s // expected-no-diagnostics |

