blob: 1dda64259325aaf73e37142ba01f1ec926298c71 [file] [log] [blame]
Douglas Gregorfba18aa2011-09-15 22:00:41 +00001
2// RUN: rm -rf %t
Douglas Gregor2821c7f2011-11-17 01:41:17 +00003// RUN: %clang_cc1 -x objective-c -fmodule-cache-path %t -fauto-module-import -F %S/Inputs %s -verify
Douglas Gregorfba18aa2011-09-15 22:00:41 +00004
5#include <DependsOnModule/DependsOnModule.h>
6
7#ifdef MODULE_H_MACRO
8# error MODULE_H_MACRO should have been hidden
9#endif
10
11#ifdef DEPENDS_ON_MODULE
12# error DEPENDS_ON_MODULE should have been hidden
13#endif