aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/script/lib.rs
diff options
context:
space:
mode:
authorAvi Weinstock <aweinstock314@gmail.com>2015-04-22 13:25:05 -0400
committerAvi Weinstock <aweinstock314@gmail.com>2015-05-06 11:46:18 -0400
commitb742eeca050856b3055668c9021bacfb19b3de4a (patch)
tree231032915096b819248519d5885161d6d1867090 /tests/unit/script/lib.rs
parent387836c42e2377fc53d51d3404e6b91d170727a8 (diff)
downloadservo-b742eeca050856b3055668c9021bacfb19b3de4a.tar.gz
servo-b742eeca050856b3055668c9021bacfb19b3de4a.zip
Made the clipboard-related functionality in TextInput more testable. Added test_clipboard_paste to the "test-unit" suite.
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;