Move run-make windows_subsystem tests to ui tests
This commit is contained in:
parent
4cf5723dbe
commit
1e6544a20e
5 changed files with 2 additions and 6 deletions
|
@ -1,6 +0,0 @@
|
||||||
# ignore-cross-compile
|
|
||||||
include ../tools.mk
|
|
||||||
|
|
||||||
all:
|
|
||||||
$(RUSTC) windows.rs
|
|
||||||
$(RUSTC) console.rs
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//@ run-pass
|
||||||
#![windows_subsystem = "console"]
|
#![windows_subsystem = "console"]
|
||||||
|
|
||||||
fn main() {}
|
fn main() {}
|
|
@ -1,3 +1,4 @@
|
||||||
|
//@ run-pass
|
||||||
#![windows_subsystem = "windows"]
|
#![windows_subsystem = "windows"]
|
||||||
|
|
||||||
fn main() {}
|
fn main() {}
|
Loading…
Add table
Add a link
Reference in a new issue