mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-25 14:05:41 -05:00
Move winpty to 2018
This commit is contained in:
parent
a5aef17d8f
commit
926b92e864
2 changed files with 2 additions and 2 deletions
|
@ -12,4 +12,4 @@ extern crate winpty_sys;
|
||||||
pub mod windows;
|
pub mod windows;
|
||||||
|
|
||||||
#[cfg(windows)]
|
#[cfg(windows)]
|
||||||
pub use windows::*;
|
pub use crate::windows::*;
|
||||||
|
|
|
@ -349,7 +349,7 @@ mod tests {
|
||||||
use self::winapi::um::processthreadsapi::OpenProcess;
|
use self::winapi::um::processthreadsapi::OpenProcess;
|
||||||
use self::winapi::um::winnt::READ_CONTROL;
|
use self::winapi::um::winnt::READ_CONTROL;
|
||||||
|
|
||||||
use {Config, ConfigFlags, SpawnConfig, SpawnFlags, Winpty};
|
use crate::{Config, ConfigFlags, SpawnConfig, SpawnFlags, Winpty};
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
// Test that we can start a process in winpty
|
// Test that we can start a process in winpty
|
||||||
|
|
Loading…
Reference in a new issue