Moved file
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
#[test]
|
||||
fn test_demo() {
|
||||
let i = 0;
|
||||
|
||||
assert_eq!(0, i, "Values should match {} {}", 0, 1);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user