diff --git a/clang/test/FixIt/fixit-include.c b/clang/test/FixIt/fixit-include.c index 9da9409a7ef7..51bd9b0dfd50 100644 --- a/clang/test/FixIt/fixit-include.c +++ b/clang/test/FixIt/fixit-include.c @@ -1,13 +1,13 @@ -// RUN: %clang_cc1 -fsyntax-only -Wall -pedantic -verify %s -// RUN: cp %s %t -// RUN: cp %S/fixit-include.h %T -// RUN: not %clang_cc1 -fsyntax-only -fixit %t -// RUN: %clang_cc1 -Wall -pedantic %t - -#include // expected-error {{'fixit-include.h' file not found with include; use "quotes" instead}} - -#pragma does_not_exist // expected-warning {{unknown pragma ignored}} - -int main( void ) { - return 0; -} +// RUN: %clang_cc1 -fsyntax-only -Wall -pedantic -verify %s +// RUN: cp %s %t +// RUN: cp %S/fixit-include.h %T +// RUN: not %clang_cc1 -fsyntax-only -fixit %t +// RUN: %clang_cc1 -Wall -pedantic %t + +#include // expected-error {{'fixit-include.h' file not found with include; use "quotes" instead}} + +#pragma does_not_exist // expected-warning {{unknown pragma ignored}} + +int main( void ) { + return 0; +}