[PATCH] D29123: [Driver] Prevent no-arc-exception-silence.m test from writing output.

Martin Böhme via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 25 05:07:10 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL293051: [Driver] Prevent no-arc-exception-silence.m test from writing output. (authored by mboehme).

Changed prior to commit:
  https://reviews.llvm.org/D29123?vs=85734&id=85735#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D29123

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


Index: cfe/trunk/test/Driver/no-arc-exception-silence.m
===================================================================
--- cfe/trunk/test/Driver/no-arc-exception-silence.m
+++ cfe/trunk/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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29123.85735.patch
Type: text/x-patch
Size: 473 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170125/581a072d/attachment-0001.bin>


More information about the cfe-commits mailing list