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

-8
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//@ run-pass
12
#![windows_subsystem = "console"]
23

34
fn main() {}
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)