forked from OSchip/llvm-project
Fix typo to separate "-x" from warning flag.
This commit is contained in:
parent
9180f8a574
commit
2b795637b9
|
@ -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
|
// RUN: %clang_cc1 -fsyntax-only -Wmissing-prototypes -x c++ -ffreestanding -verify %s
|
||||||
// expected-no-diagnostics
|
// expected-no-diagnostics
|
||||||
int main() {
|
int main() {
|
||||||
|
|
Loading…
Reference in New Issue