aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tests.rs
blob: 094ed44799fb1bcb60a7989500053e523cfbd1de (plain)
1
2
3
4
#[test]
fn test1() {
    assert_eq!(5, 5)
}