Skip to content

Commit 3b4d5c8

Browse files
committed
fix test
1 parent fd91dfe commit 3b4d5c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patronus/tests/simplify.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ fn test_simplify_and() {
7171
);
7272
t.ts(
7373
"not(and(not(and(b:bv<3>, not(a:bv<3>))), not(and(not(b), a))))",
74-
"xor(b:bv<3>, a:bv<3>)",
74+
"xor(a:bv<3>, b:bv<3>)",
7575
);
7676
}
7777

0 commit comments

Comments
 (0)