summaryrefslogtreecommitdiffstats
path: root/test/modularize
diff options
context:
space:
mode:
authorJohn Thompson <John.Thompson.JTSoftware@gmail.com>2013-08-07 18:49:47 +0000
committerJohn Thompson <John.Thompson.JTSoftware@gmail.com>2013-08-07 18:49:47 +0000
commit959caed2949fb952f32701afba8ac5d90f902663 (patch)
tree74bfef045ab733760a14e8a3833f3926c0a47590 /test/modularize
parent2361247003aa51f181106338fb157c434ae45d4a (diff)
Fixed incorrect header guard/nested header mechanism.
git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@187898 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/modularize')
-rw-r--r--test/modularize/Inputs/HeaderGuard.h1
-rw-r--r--test/modularize/NoProblemsGuard.modularize1
2 files changed, 2 insertions, 0 deletions
diff --git a/test/modularize/Inputs/HeaderGuard.h b/test/modularize/Inputs/HeaderGuard.h
index e0adf9db..64d74769 100644
--- a/test/modularize/Inputs/HeaderGuard.h
+++ b/test/modularize/Inputs/HeaderGuard.h
@@ -2,4 +2,5 @@
#define _HEADERGUARD_H_
#include "HeaderGuardSub1.h"
#include "HeaderGuardSub2.h"
+#include "HeaderGuardSubSub.h"
#endif // _HEADERGUARD_H_
diff --git a/test/modularize/NoProblemsGuard.modularize b/test/modularize/NoProblemsGuard.modularize
index a2354ceb..a5a80f03 100644
--- a/test/modularize/NoProblemsGuard.modularize
+++ b/test/modularize/NoProblemsGuard.modularize
@@ -2,3 +2,4 @@
Inputs/HeaderGuardSub1.h
Inputs/HeaderGuardSub2.h
+Inputs/HeaderGuard.h