Skip to content

Commit ea3dbb8

Browse files
[Clang] Disable rewrite-includes-bom.c on Windows
This was failing on https://lab.llvm.org/buildbot/#/builders/46/builds/25073. This test seems to have always had portability problems looking at the commit history. The most recent patch I landed to touch this enabled it on Windows again, so we are not disabling coverage that was there before.
1 parent 2272726 commit ea3dbb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/test/Frontend/rewrite-includes-bom.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
// RUN: cat %t.c | od -t x1 | not grep -q 'ef\s*bb\s*bf'
44
// RUN: %clang_cc1 -fsyntax-only -verify %t.c
55
// expected-no-diagnostics
6+
// UNSUPPORTED: system-windows
67

78
#include "rewrite-includes-bom.h"

0 commit comments

Comments
 (0)