diff options
author | Josh Matthews <josh@joshmatthews.net> | 2017-07-06 13:18:36 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2017-07-10 20:46:08 -0400 |
commit | a08371e8eb343bd6372aa60d7658ff4b7bb5da15 (patch) | |
tree | c2a7134889dc0658ef854714a6b20d4e221ba26f /tests/unit/stylo/servo_function_signatures.rs | |
parent | 4b91014b140d8a67e7de01489f3c3d52bd311c17 (diff) | |
download | servo-a08371e8eb343bd6372aa60d7658ff4b7bb5da15.tar.gz servo-a08371e8eb343bd6372aa60d7658ff4b7bb5da15.zip |
stylo: Create error reporters linked to documents (bug 1352669)
Diffstat (limited to 'tests/unit/stylo/servo_function_signatures.rs')
-rw-r--r-- | tests/unit/stylo/servo_function_signatures.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/unit/stylo/servo_function_signatures.rs b/tests/unit/stylo/servo_function_signatures.rs index 30d6d02439b..90d925fb1e1 100644 --- a/tests/unit/stylo/servo_function_signatures.rs +++ b/tests/unit/stylo/servo_function_signatures.rs @@ -10,6 +10,9 @@ use style::gecko_properties::*; include!(concat!(env!("OUT_DIR"), "/check_bindings.rs")); +#[path = "../../../ports/geckolib/error_reporter.rs"] +mod error_reporter; + #[path = "../../../ports/geckolib/stylesheet_loader.rs"] mod stylesheet_loader; |