Move run-make windows_subsystem tests to ui tests

This commit is contained in:
Chris Denton 2024-05-29 13:04:28 +00:00
parent 4cf5723dbe
commit 1e6544a20e
No known key found for this signature in database
GPG Key ID: 713472F2F45627DE
5 changed files with 2 additions and 6 deletions

View File

@ -1,6 +0,0 @@
# ignore-cross-compile
include ../tools.mk
all:
$(RUSTC) windows.rs
$(RUSTC) console.rs

View File

@ -1,3 +1,4 @@
//@ run-pass
#![windows_subsystem = "console"]
fn main() {}

View File

@ -1,3 +1,4 @@
//@ run-pass
#![windows_subsystem = "windows"]
fn main() {}