Closed LeStarch closed 2 years ago
It should be sufficient to run ./update-ref
in fpp/compiler/tools/fpp-to-cpp/test
.
Also if we are no longer generating copyright info, we should remove this function
and all of its uses.
Ok! I can run those tests!
@bocchino I think this is now corrected per your comments. I removed the unnecessary function, updated the references, and tested with:
cd compiler
./install
./test
...
...
...
All tests PASSED
Fixes #114