-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
Issue
CMakeList.txt in epscript doing test parser, and tokenizer via catch.hpp. But current version of catch(v2.0.1) is outdated causing error: unrecognized instruction mnemonic, did you mean: bit, cnt, hint, ins, not?
. Catch fixed this error on catchorg/Catch2@a25c1a2.
Solve
I've tried to update catch.hpp to v.2.13.9 and test was successful. Of course we can use Catch v3, if don't care about migrate v2 to v3. https://github.com/catchorg/Catch2/blob/devel/docs/migrate-v2-to-v3.md#top
Related issue
Metadata
Metadata
Assignees
Labels
No labels