aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/self-import-header/test.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/self-import-header/test.m')
-rw-r--r--test/Modules/self-import-header/test.m8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/Modules/self-import-header/test.m b/test/Modules/self-import-header/test.m
deleted file mode 100644
index 377c01d66eb3..000000000000
--- a/test/Modules/self-import-header/test.m
+++ /dev/null
@@ -1,8 +0,0 @@
-// rdar://13840148
-
-// RUN: rm -rf %t
-// RUN: %clang -fsyntax-only -isysroot %S/../Inputs/System/usr/include -fmodules -fmodules-cache-path=%t \
-// RUN: -target x86_64-darwin \
-// RUN: -F %S -I %S %s -D__need_wint_t -Werror=implicit-function-declaration
-
-@import af;