diff options
author | Douglas Gregor <dgregor@apple.com> | 2011-12-02 21:59:41 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2011-12-02 21:59:41 +0000 |
commit | 8c366c47283bc698f4383de7abb3e411e32da5ce (patch) | |
tree | 78826975391a98b4ceaaac20a79c028719e386f4 | |
parent | 6236a29f5082d4736c4593ca1a04595037db1685 (diff) |
Add missing test header
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145710 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Modules/Inputs/diamond.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Modules/Inputs/diamond.h b/test/Modules/Inputs/diamond.h new file mode 100644 index 0000000000..0ae3c4fbcb --- /dev/null +++ b/test/Modules/Inputs/diamond.h @@ -0,0 +1 @@ +__import_module__ diamond_bottom; |