mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
10 lines
No EOL
199 B
Rust
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
|
|
} |