Skip to content

Commit

Permalink
Auto merge of #9654 - alex-semenyuk:enable_test, r=Alexendoo
Browse files Browse the repository at this point in the history
Enable test no_std_main_recursion

Verified that test actually works on windows
changelog: none
  • Loading branch information
bors committed Oct 23, 2022
2 parents a8a8fd7 + 1450710 commit 8e03f91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/ui/crate_level_checks/no_std_main_recursion.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// compile-flags: -Clink-arg=-nostartfiles
// ignore-macos
// ignore-windows

#![feature(lang_items, start, libc)]
#![no_std]
Expand Down

0 comments on commit 8e03f91

Please sign in to comment.