One last portability fix attempt for r195886

llvm-svn: 195891
This commit is contained in:
Alp Toker 2013-11-27 23:29:37 +00:00
parent 3e5a360ba3
commit 6de7cd1672
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
// RUN: grep -E "^\\xEF\\xBB\\xBF" %S/Inputs/rewrite-includes-bom.h
// RUN: %clang_cc1 -E -frewrite-includes -I %S/Inputs %s -o - | %clang_cc1 -fsyntax-only -verify -x c - | not grep -E "\\xEF\\xBB\\xBF"
// RUN: grep $'^\xEF\xBB\xBF' %S/Inputs/rewrite-includes-bom.h
// RUN: %clang_cc1 -E -frewrite-includes -I %S/Inputs %s -o - | %clang_cc1 -fsyntax-only -verify -x c - | not grep $'\xEF\xBB\xBF'
// expected-no-diagnostics
// REQUIRES: shell
#include "rewrite-includes-bom.h"