servo/tests/unit/stylo/lib.rs
2016-09-20 20:26:51 +05:30

10 lines
No EOL
199 B
Rust

extern crate app_units;
extern crate cssparser;
extern crate style;
extern crate style_traits;
#[test]
fn test_test() {
// do nothing
// this is a temporary test testing that the test runs
}