mc-imperial / dredd

Framework for evaluating C/C++ compiler testing tools
Apache License 2.0
11 stars 3 forks source link

Update README for supported Ubuntu version and add assertion for switch case handling #280

Closed JonathanFoo0523 closed 1 month ago

JonathanFoo0523 commented 1 month ago

Updated the README to specify the supported Ubuntu version for the following shell commands. Additionally, fixed existing comments related to skipping switch case statement mutation because of previous AST traversal until no switch case is encountered. An assertion has been added to validate this behavior.

Implement reviewer suggestion on #260 Fix #217