Skip to content

Commit 049512e

Browse files
authored
[NFC][clang] Fix clang version in the test for the implementation of cwg1815 (#107838)
This PR fix the clang version in #97308 . Signed-off-by: yronglin <[email protected]>
1 parent 345cc47 commit 049512e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CXX/drs/cwg18xx.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ namespace cwg1814 { // cwg1814: yes
206206
#endif
207207
}
208208

209-
namespace cwg1815 { // cwg1815: 19
209+
namespace cwg1815 { // cwg1815: 20
210210
#if __cplusplus >= 201402L
211211
struct A { int &&r = 0; };
212212
A a = {};

0 commit comments

Comments
 (0)