mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-22 00:43:24 +00:00
OSDK check and clippy with cfg(ktest)
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
be3492d7f0
commit
d76c7a5b1e
@ -119,6 +119,7 @@ mod test {
|
||||
use crate::prelude::*;
|
||||
|
||||
#[ktest]
|
||||
#[allow(clippy::eq_op)]
|
||||
fn trivial_assertion() {
|
||||
assert_eq!(0, 0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user