Be able to use 'sass.bat' on Windows.
[rup.git] / common / src / lib.rs
1
2
3
4 mod tests {
5 use super::*;
6
7 #[test]
8 fn it_works() {
9 assert_eq!(2 + 2, 4);
10 }
11 }