Some checks failed
Rust/va416xx-rs/pipeline/pr-main There was a failure building this commit
10 lines
105 B
Rust
10 lines
105 B
Rust
#![no_std]
|
|
|
|
#[cfg(test)]
|
|
mod tests {
|
|
#[test]
|
|
fn simple() {
|
|
assert_eq!(1 + 1, 2);
|
|
}
|
|
}
|