aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/script/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/script/lib.rs')
-rw-r--r--tests/unit/script/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/script/lib.rs b/tests/unit/script/lib.rs
index 3073fcb8588..f0d22cd2ca6 100644
--- a/tests/unit/script/lib.rs
+++ b/tests/unit/script/lib.rs
@@ -3,6 +3,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
extern crate script;
+extern crate msg;
#[cfg(all(test, target_pointer_width = "64"))] mod size_of;
#[cfg(test)] mod textinput;