-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump what4 submodule to incorporate GaloisInc/what4#256
This also reverts the test output changes from commit 23cc439, as the option which caused the change is no longer enabled by default.
- Loading branch information
1 parent
8a7f59f
commit a4300a4
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
ite (floatIsNaN cX@3:f) 0x0:[32] 0x1:[32] | ||
bvZext 32 (ite (floatIsNaN cX@3:f) 0x0:[1] 0x1:[1]) | ||
[Crux] Overall status: Valid. |
Submodule what4
updated
5 files
+1 −0 | what4/src/What4/Expr.hs | |
+128 −62 | what4/src/What4/Expr/Builder.hs | |
+1 −1 | what4/src/What4/Protocol/SMTLib2.hs | |
+40 −0 | what4/test/AdapterTest.hs | |
+1 −1 | what4/what4.cabal |