mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-15 12:39:19 +00:00
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
|
||||
// expected-no-diagnostics
|
||||
int main() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user