summaryrefslogtreecommitdiffstats
path: root/clang/test/ASTMerge
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/ASTMerge')
-rw-r--r--clang/test/ASTMerge/Inputs/macro1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/ASTMerge/Inputs/macro1.h b/clang/test/ASTMerge/Inputs/macro1.h
index f089e612543..96133949678 100644
--- a/clang/test/ASTMerge/Inputs/macro1.h
+++ b/clang/test/ASTMerge/Inputs/macro1.h
@@ -2,4 +2,4 @@ typedef void *VoidRef;
void maybeNull(
int i,
- __nullable VoidRef *__nullable);
+ _Nullable VoidRef *_Nullable);
OpenPOWER on IntegriCloud