diff --git a/clang/test/CXX/expr/expr.const/p5-26.cpp b/clang/test/CXX/expr/expr.const/p5-26.cpp index 03d28d39fd3bb..de2afa71b4266 100644 --- a/clang/test/CXX/expr/expr.const/p5-26.cpp +++ b/clang/test/CXX/expr/expr.const/p5-26.cpp @@ -1,5 +1,5 @@ // RUN: %clang_cc1 -fsyntax-only -std=c++2c -verify=expected,cxx26 %s -// RUN: %clang_cc1 -fsyntax-only -std=c++2b -verify=expected=cxx23 %s +// RUN: %clang_cc1 -fsyntax-only -std=c++2b -verify=expected,cxx23 %s struct S {};