From: Bjorn Pettersson Date: Sat, 27 Jul 2019 20:22:47 +0000 (+0000) Subject: [Driver] Additional fixup of NOWARN test case from r367165 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0345de1b90a4c75cd7e47505bebbbcf46b841940;p=clang [Driver] Additional fixup of NOWARN test case from r367165 Same kind of fix as in r367176, but for "RUN on line 76" this time. I'll ask for a post-commit review, to ensure this matches the intention with the test added in r367165. But I think this at least will make the buildbots a little bit happier. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@367182 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/as-options.s b/test/Driver/as-options.s index 72e9153f5a..956f07ac0f 100644 --- a/test/Driver/as-options.s +++ b/test/Driver/as-options.s @@ -73,7 +73,7 @@ // -Wa flags shouldn't cause warnings without an assembler stage with // -fno-integrated-as either. -// RUN: %clang -Wa,-mno-warn-deprecated -fno-integrated-as %s -S 2>&1 \ +// RUN: %clang -Wa,-mno-warn-deprecated -fno-integrated-as -x c++ %s -S 2>&1 \ // RUN: | FileCheck --check-prefix=NOWARN --allow-empty %s // But -m flags for the integrated assembler _should_ warn if the integrated