diff options
author | Avi Weinstock <aweinstock314@gmail.com> | 2015-04-22 13:25:05 -0400 |
---|---|---|
committer | Avi Weinstock <aweinstock314@gmail.com> | 2015-05-06 11:46:18 -0400 |
commit | b742eeca050856b3055668c9021bacfb19b3de4a (patch) | |
tree | 231032915096b819248519d5885161d6d1867090 /tests/unit/script/lib.rs | |
parent | 387836c42e2377fc53d51d3404e6b91d170727a8 (diff) | |
download | servo-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.rs | 1 |
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; |