diff options
-rw-r--r-- | clang/test/Preprocessor/open-failure.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/clang/test/Preprocessor/open-failure.c b/clang/test/Preprocessor/open-failure.c deleted file mode 100644 index 667b8221689..00000000000 --- a/clang/test/Preprocessor/open-failure.c +++ /dev/null @@ -1,11 +0,0 @@ -// RUN: rm -rf %t.dir -// RUN: mkdir %t.dir -// RUN: echo 'void f0();' > %t.dir/t.h -// RUN: chmod 000 %t.dir/t.h -// RUN: clang-cc -verify -I %t.dir %s - -// FIXME: Is there a way to test this on Windows? -// XFAIL: win32 - -#include "t.h" // expected-error {{Permission denied}} -int f0(void); |