Skip to content

Commit b257c2b

Browse files
committed
okay
1 parent ce76835 commit b257c2b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/example_flags.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,7 @@ fn test_bit_ops() {
3636
assert!(options.contains(SimplificationOptions::REDUCE_TO_SITE_TOPOLOGY));
3737
let options = options ^ SimplificationOptions::REDUCE_TO_SITE_TOPOLOGY;
3838
assert!(!options.contains(SimplificationOptions::REDUCE_TO_SITE_TOPOLOGY));
39+
let options = options ^ SimplificationOptions::REDUCE_TO_SITE_TOPOLOGY;
40+
assert!(options.contains(SimplificationOptions::REDUCE_TO_SITE_TOPOLOGY));
3941
todo!("need to do more of the op traits");
4042
}

0 commit comments

Comments
 (0)