Fix typo to separate "-x" from warning flag.

This commit is contained in:
Bill Wendling 2019-11-22 12:51:41 -08:00
parent 9180f8a574
commit 2b795637b9
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: %clang_cc1 -fsyntax-only -Wmissing-prototypes-x c -ffreestanding -verify %s
// RUN: %clang_cc1 -fsyntax-only -Wmissing-prototypes -x c -ffreestanding -verify %s
// RUN: %clang_cc1 -fsyntax-only -Wmissing-prototypes -x c++ -ffreestanding -verify %s
// expected-no-diagnostics
int main() {