Skip to content

Commit f705a22

Browse files
committedMay 27, 2024
Move run-make windows_subsystem tests to ui tests
1 parent 58e428d commit f705a22

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)