From a3eebc661dbb93d0bbaf00f88713f721cfabca63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johel=20Ernesto=20Guerrero=20Pe=C3=B1a?= Date: Tue, 26 Sep 2023 12:53:43 -0400 Subject: [PATCH] test: regenerate regression tests --- regression-tests/test-results/pure2-print.cpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/regression-tests/test-results/pure2-print.cpp b/regression-tests/test-results/pure2-print.cpp index 87f5d75d48..5fc75590ce 100644 --- a/regression-tests/test-results/pure2-print.cpp +++ b/regression-tests/test-results/pure2-print.cpp @@ -22,7 +22,7 @@ class outer { public: template CPP2_REQUIRES_ (true) #line 6 "pure2-print.cpp2" - static const T object_alias; + static constexpr T object_alias = 42; public: class mytype final { @@ -87,12 +87,6 @@ auto main() -> int; //=== Cpp2 function definitions ================================================= -#line 6 "pure2-print.cpp2" - template -requires (true) -#line 6 "pure2-print.cpp2" - inline constexpr T outer::object_alias = 42; - #line 10 "pure2-print.cpp2" [[nodiscard]] auto outer::mytype::f() -> int { return 42; }