mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Add testing for prefs
Also, spelling fix in opts.rs Fix order of imports to satisfy the lint Fix split line in test Fix multi-line string
This commit is contained in:
parent
3b93c9dde9
commit
d06def01ff
4 changed files with 47 additions and 2 deletions
|
@ -16,3 +16,4 @@ extern crate util;
|
|||
#[cfg(test)] mod opts;
|
||||
#[cfg(test)] mod str;
|
||||
#[cfg(test)] mod thread;
|
||||
#[cfg(test)] mod prefs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue