test teamcity ci

This commit is contained in:
davidon-top 2023-11-03 17:48:37 +01:00
parent 83087fad59
commit 54686fc93d

View file

@ -69,8 +69,3 @@ fn u64_test() {
flags.set_flag(0, true); flags.set_flag(0, true);
assert_eq!(flags, 0b10101011); assert_eq!(flags, 0b10101011);
} }
#[test]
fn ci_tmp_test() {
assert!(false);
}