summaryrefslogtreecommitdiffstats
path: root/test/ASTMerge/macro/Inputs/macro1.h
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2019-02-26 02:22:22 +0000
committerReid Kleckner <rnk@google.com>2019-02-26 02:22:22 +0000
commitd1f474468bb8b093737af8c7149cbdbaf8abb737 (patch)
tree3a5bd311e78aca4a964f8ec4f408a9eee5c0cac6 /test/ASTMerge/macro/Inputs/macro1.h
parent4983a66562c8bf3d0ccf042fc42dd9a30e7c2420 (diff)
Revert r354832 "[ASTImporter] Add support for importing ChooseExpr AST nodes."
Test does not pass on Windows git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@354839 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ASTMerge/macro/Inputs/macro1.h')
-rw-r--r--test/ASTMerge/macro/Inputs/macro1.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/ASTMerge/macro/Inputs/macro1.h b/test/ASTMerge/macro/Inputs/macro1.h
deleted file mode 100644
index 9613394967..0000000000
--- a/test/ASTMerge/macro/Inputs/macro1.h
+++ /dev/null
@@ -1,5 +0,0 @@
-typedef void *VoidRef;
-
-void maybeNull(
- int i,
- _Nullable VoidRef *_Nullable);