We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd91dfe commit 3b4d5c8Copy full SHA for 3b4d5c8
patronus/tests/simplify.rs
@@ -71,7 +71,7 @@ fn test_simplify_and() {
71
);
72
t.ts(
73
"not(and(not(and(b:bv<3>, not(a:bv<3>))), not(and(not(b), a))))",
74
- "xor(b:bv<3>, a:bv<3>)",
+ "xor(a:bv<3>, b:bv<3>)",
75
76
}
77
0 commit comments