Skip to content

Commit 09163f2

Browse files
committed
test: add test to test-project
1 parent c7ecb53 commit 09163f2

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

test-project/src/main.rs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,11 @@ fn main() {
2323
}
2424
}
2525
}
26+
27+
#[cfg(test)]
28+
mod tests {
29+
#[test]
30+
fn test() {
31+
println!("***output test");
32+
}
33+
}

0 commit comments

Comments
 (0)