annotate clang/test/Frontend/rewrite-includes-bom.c @ 150:1d019706d866

LLVM10
author anatofuz
date Thu, 13 Feb 2020 15:10:13 +0900
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
150
anatofuz
parents:
diff changeset
1 // RUN: grep -q $'^\xEF\xBB\xBF' %S/Inputs/rewrite-includes-bom.h
anatofuz
parents:
diff changeset
2 // RUN: %clang_cc1 -E -frewrite-includes -I %S/Inputs %s -o %t.c
anatofuz
parents:
diff changeset
3 // RUN: ! grep -q $'\xEF\xBB\xBF' %t.c
anatofuz
parents:
diff changeset
4 // RUN: %clang_cc1 -fsyntax-only -verify %t.c
anatofuz
parents:
diff changeset
5 // expected-no-diagnostics
anatofuz
parents:
diff changeset
6 // REQUIRES: shell
anatofuz
parents:
diff changeset
7
anatofuz
parents:
diff changeset
8 #include "rewrite-includes-bom.h"