1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-18 13:55:23 -05:00

Move winpty to 2018

This commit is contained in:
Zac Pullar-Strecker 2018-12-07 10:20:54 +13:00 committed by Christian Duerr
parent a5aef17d8f
commit 926b92e864
No known key found for this signature in database
GPG key ID: 85CDAE3C164BA7B4
2 changed files with 2 additions and 2 deletions

View file

@ -12,4 +12,4 @@ extern crate winpty_sys;
pub mod windows;
#[cfg(windows)]
pub use windows::*;
pub use crate::windows::*;

View file

@ -349,7 +349,7 @@ mod tests {
use self::winapi::um::processthreadsapi::OpenProcess;
use self::winapi::um::winnt::READ_CONTROL;
use {Config, ConfigFlags, SpawnConfig, SpawnFlags, Winpty};
use crate::{Config, ConfigFlags, SpawnConfig, SpawnFlags, Winpty};
#[test]
// Test that we can start a process in winpty