Skip to content

Commit

Permalink
test: regenerate regression tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JohelEGP committed Sep 26, 2023
1 parent f9a01b1 commit a3eebc6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions regression-tests/test-results/pure2-print.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class outer {
public: template<typename T>
CPP2_REQUIRES_ (true)
#line 6 "pure2-print.cpp2"
static const T object_alias;
static constexpr T object_alias = 42;

public: class mytype final
{
Expand Down Expand Up @@ -87,12 +87,6 @@ auto main() -> int;
//=== Cpp2 function definitions =================================================


#line 6 "pure2-print.cpp2"
template<typename T>
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; }

Expand Down

0 comments on commit a3eebc6

Please sign in to comment.