hsutter / cppfront

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

Update tests and make them x86 vs x64 independent #952

Closed jarzec closed 5 months ago

jarzec commented 5 months ago

Update cpp2util.h line numbers in tests after recent updates. Modify tests to remove dependence of the execution output on the machine architecture.

hsutter commented 5 months ago

Thanks!