Skip to content

Commit

Permalink
Conditionally import values for mac tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Jul 27, 2017
1 parent b8d8e15 commit 7359b76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit/script/textinput.rs
Expand Up @@ -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;
Expand Down

0 comments on commit 7359b76

Please sign in to comment.