Move run-make windows_subsystem tests to ui tests
This commit is contained in:
parent
4cf5723dbe
commit
1e6544a20e
@ -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"]
|
||||
|
||||
fn main() {}
|
@ -1,3 +1,4 @@
|
||||
//@ run-pass
|
||||
#![windows_subsystem = "windows"]
|
||||
|
||||
fn main() {}
|
Loading…
Reference in New Issue
Block a user