Skip to content

Commit dabf599

Browse files
committed
Ignore no_std-test on windows and macos
1 parent a922f80 commit dabf599

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/ui/crate_level_checks/no_std_main_recursion.rs

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// ignore-macos
2+
// ignore-windows
3+
14
#![feature(lang_items, link_args, start, libc)]
25
#![link_args = "-nostartfiles"]
36
#![no_std]

0 commit comments

Comments
 (0)