r293051 - [Driver] Prevent no-arc-exception-silence.m test from writing output.

Martin Bohme via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 25 04:55:53 PST 2017


Author: mboehme
Date: Wed Jan 25 06:55:53 2017
New Revision: 293051

URL: http://llvm.org/viewvc/llvm-project?rev=293051&view=rev
Log:
[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

Modified:
    cfe/trunk/test/Driver/no-arc-exception-silence.m

Modified: cfe/trunk/test/Driver/no-arc-exception-silence.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/no-arc-exception-silence.m?rev=293051&r1=293050&r2=293051&view=diff
==============================================================================
--- cfe/trunk/test/Driver/no-arc-exception-silence.m (original)
+++ cfe/trunk/test/Driver/no-arc-exception-silence.m Wed Jan 25 06:55:53 2017
@@ -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




More information about the cfe-commits mailing list