Skip to content

Commit c600c2a

Browse files
committed
update test to use std c++26
1 parent a76ee00 commit c600c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/SemaCXX/unused-bindings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang_cc1 -fsyntax-only -verify -std=c++2c -Wunused %s
1+
// RUN: %clang_cc1 -fsyntax-only -verify -std=c++26 -Wunused %s
22

33
namespace GH125810 {
44
struct S {

0 commit comments

Comments
 (0)