summaryrefslogtreecommitdiffstats
path: root/test/modularize
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2013-09-04 16:48:28 +0000
committerBob Wilson <bob.wilson@apple.com>2013-09-04 16:48:28 +0000
commitd8974683e45b41f0eec17d054f884373b34f0e3a (patch)
tree068ef92ab2d63cb8dbcc687898e8f40fd8d62418 /test/modularize
parentb0661c94be66b2abea49c8130eedd122ee83b399 (diff)
Revert svn 189837 "Added header dependencies support."
The NoProblemsDependencies.modularize test is failing on many buildbots. I have also reverted the change in 189904 to disable that test for MSVC. git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@189957 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/modularize')
-rw-r--r--test/modularize/Inputs/IsDependent.h4
-rw-r--r--test/modularize/Inputs/SomeOtherTypes.h4
-rw-r--r--test/modularize/NoProblemsDependencies.modularize6
3 files changed, 0 insertions, 14 deletions
diff --git a/test/modularize/Inputs/IsDependent.h b/test/modularize/Inputs/IsDependent.h
deleted file mode 100644
index 49281102..00000000
--- a/test/modularize/Inputs/IsDependent.h
+++ /dev/null
@@ -1,4 +0,0 @@
-// This header depends on SomeTypes.h for the TypeInt typedef.
-
-typedef TypeInt NewTypeInt;
-typedef OtherTypeInt OtherNewTypeInt;
diff --git a/test/modularize/Inputs/SomeOtherTypes.h b/test/modularize/Inputs/SomeOtherTypes.h
deleted file mode 100644
index 288faffb..00000000
--- a/test/modularize/Inputs/SomeOtherTypes.h
+++ /dev/null
@@ -1,4 +0,0 @@
-// Declare another type for the dependency check.
-// This file dependent on SomeTypes.h being included first.
-
-typedef TypeInt OtherTypeInt;
diff --git a/test/modularize/NoProblemsDependencies.modularize b/test/modularize/NoProblemsDependencies.modularize
deleted file mode 100644
index db4a6edd..00000000
--- a/test/modularize/NoProblemsDependencies.modularize
+++ /dev/null
@@ -1,6 +0,0 @@
-# RUN: modularize %s -x c++
-
-Inputs/IsDependent.h: Inputs/SomeTypes.h Inputs/SomeOtherTypes.h
-
-# FIXME: Investigating.
-# XFAIL: win32