Author: Corentin Jabot Date: 2023-06-26T17:42:52+02:00 New Revision: a5d094c98f692a6b59ff2daca07fe5b72348adf3
URL: https://github.com/llvm/llvm-project/commit/a5d094c98f692a6b59ff2daca07fe5b72348adf3 DIFF: https://github.com/llvm/llvm-project/commit/a5d094c98f692a6b59ff2daca07fe5b72348adf3.diff LOG: [Clang] Fix invalid runline in test Added: Modified: clang/test/CXX/expr/expr.const/p5-26.cpp Removed: ################################################################################ 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 {}; _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits