fix warn-xparser test

for https://reviews.llvm.org/D140224
This commit is contained in:
Mikhail Goncharov 2022-12-23 15:32:59 +01:00
parent 199563534a
commit 0026874c8b

View File

@ -1,5 +1,5 @@
/// Some macOS projects use -Xparser.
// RUN: %clang -c -Xparser %s 2>&1 | FileCheck %s
// RUN: %clang -c -o /dev/null -Xparser %s 2>&1 | FileCheck %s
// CHECK: warning: argument unused during compilation: '-Xparser' [-Wunused-command-line-argument]