Conditionally import values for mac tests.

This commit is contained in:
Josh Matthews 2017-07-27 00:05:27 -04:00 committed by GitHub
parent b8d8e15286
commit 7359b761f0

View file

@ -7,6 +7,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
#[cfg(target_os = "macos")]
use msg::constellation_msg::{ALT, SUPER};
use msg::constellation_msg::{Key, KeyModifiers, CONTROL};
use script::clipboard_provider::DummyClipboardContext;
use script::test::DOMString;