From: Daniel Jasper Date: Fri, 16 Jun 2017 19:29:20 +0000 (+0000) Subject: Ignore return value in test. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d736e0181ec273ea6854801561f0a57284c3969;p=clang Ignore return value in test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@305574 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/m_and_mm.c b/test/Driver/m_and_mm.c index e4d59bc70e..6e40c82cb1 100644 --- a/test/Driver/m_and_mm.c +++ b/test/Driver/m_and_mm.c @@ -5,7 +5,7 @@ // RUN: %clang -M -MM %s 2> %t // RUN: not grep "warning" %t -// RUN: %clang -MMD -MD %s 2> %t +// RUN: %clang -MMD -MD %s 2> %t || true // RUN: grep "warning" %t #warning "This warning shouldn't show up with -M and -MM"