Fix typo to separate "-x" from warning flag.
authorBill Wendling <isanbard@gmail.com>
Fri, 22 Nov 2019 20:51:41 +0000 (12:51 -0800)
committerBill Wendling <isanbard@gmail.com>
Fri, 22 Nov 2019 20:51:41 +0000 (12:51 -0800)
clang/test/Sema/no-warn-missing-prototype.c

index 2361677..4dbc257 100644 (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() {