Skip to content

Commit 2ace560

Browse files
Update clang/test/Lexer/defer-keyword.cpp
Co-authored-by: Aaron Ballman <[email protected]>
1 parent 53deeda commit 2ace560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Lexer/defer-keyword.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
// RUN: %clang_cc1 -fsyntax-only -verify -fdefer-ts %s
33

44
// expected-no-diagnostics
5-
int defer;
5+
int _Defer;

0 commit comments

Comments
 (0)