Skip to content

Commit da5deed

Browse files
committed
Move run-make windows_subsystem tests to ui tests
1 parent 5cd55ca commit da5deed

File tree

5 files changed

+2
-8
lines changed

5 files changed

+2
-8
lines changed

tests/run-make/windows-subsystem/rmake.rs

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//@ run-pass
12
#![windows_subsystem = "console"]
23

34
fn main() {}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//@ run-pass
12
#![windows_subsystem = "windows"]
23

34
fn main() {}

0 commit comments

Comments
 (0)