Skip to content

Commit a3eebc6

Browse files
committed
test: regenerate regression tests
1 parent f9a01b1 commit a3eebc6

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

regression-tests/test-results/pure2-print.cpp

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class outer {
2222
public: template<typename T>
2323
CPP2_REQUIRES_ (true)
2424
#line 6 "pure2-print.cpp2"
25-
static const T object_alias;
25+
static constexpr T object_alias = 42;
2626

2727
public: class mytype final
2828
{
@@ -87,12 +87,6 @@ auto main() -> int;
8787
//=== Cpp2 function definitions =================================================
8888

8989

90-
#line 6 "pure2-print.cpp2"
91-
template<typename T>
92-
requires (true)
93-
#line 6 "pure2-print.cpp2"
94-
inline constexpr T outer::object_alias = 42;
95-
9690
#line 10 "pure2-print.cpp2"
9791
[[nodiscard]] auto outer::mytype::f() -> int { return 42; }
9892

0 commit comments

Comments
 (0)