hsutter / cppfront

A personal experimental C++ Syntax 2 -> Syntax 1 compiler
Other
5.23k stars 224 forks source link

Fix tests after addition of .. support #1103

Closed jarzec closed 2 weeks ago

jarzec commented 3 weeks ago

Updates test after the support for .. for non-UFCS was added: the generated pure2-ufcs-member-access-and-chaining.cpp updated after the changes in the .cpp2.

hsutter commented 2 weeks ago

Thanks!

hsutter commented 2 weeks ago

Oops, I didn't notice that this PR was against the #1101 branch, and merged them in the wrong order. Sorry, will fix with separate commit...