Skip to content

Commit

Permalink
uc-crux-llvm: Define debug option in test suite
Browse files Browse the repository at this point in the history
The `debug` option was introduced in #1297, but due to an oversight, this
option was not defined in the `uc-crux-llvm` test suite. Easily fixed.

Towards a fix for #1302.
  • Loading branch information
RyanGlScott committed Feb 11, 2025
1 parent ae3d6dd commit 6f66b5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions uc-crux-llvm/test/Utils.hs
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ withOptions llvmModule file k =
, Crux.quietMode = True
, Crux.simVerbose = 0
}
, Crux.debug = False
}

simulateFunc ::
Expand Down

0 comments on commit 6f66b5c

Please sign in to comment.