summaryrefslogtreecommitdiffstats
path: root/test/ASTMerge/macro/Inputs/macro1.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/ASTMerge/macro/Inputs/macro1.m')
-rw-r--r--test/ASTMerge/macro/Inputs/macro1.m5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/ASTMerge/macro/Inputs/macro1.m b/test/ASTMerge/macro/Inputs/macro1.m
deleted file mode 100644
index 2612613bd0..0000000000
--- a/test/ASTMerge/macro/Inputs/macro1.m
+++ /dev/null
@@ -1,5 +0,0 @@
-@import macro1;
-
-void foo() {
- maybeNull(0, 0);
-}