TritonVM / triton-vm

Triton is a virtual machine that comes with Algebraic Execution Tables (AET) and Arithmetic Intermediate Representations (AIR) for use in combination with a STARK proof system.
https://triton-vm.org
Apache License 2.0
223 stars 35 forks source link

fix: Suppress conditional compilation errors #282

Closed Sword-Smith closed 1 month ago

Sword-Smith commented 1 month ago

All errors originate from the test module in profiler.rs. This commit extends the attribute so as to ensure that the tests are run only when both:

Point (a) was already present. Point (b) is new.