From a08371e8eb343bd6372aa60d7658ff4b7bb5da15 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Thu, 6 Jul 2017 13:18:36 -0400 Subject: stylo: Create error reporters linked to documents (bug 1352669) --- tests/unit/stylo/servo_function_signatures.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/unit/stylo/servo_function_signatures.rs') 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; -- cgit v1.2.3