]> git.lizzy.rs Git - rust.git/commitdiff
Ignore no_std-test on windows and macos
authorflip1995 <hello@philkrones.com>
Mon, 5 Aug 2019 15:53:55 +0000 (17:53 +0200)
committerflip1995 <hello@philkrones.com>
Mon, 5 Aug 2019 15:53:55 +0000 (17:53 +0200)
tests/ui/crate_level_checks/no_std_main_recursion.rs

index 4d19f38e2d0a1b6ee829cee4361bb7aea94acbd7..25b1417be9766a312878f5f9c91a7fd365ea2811 100644 (file)
@@ -1,3 +1,6 @@
+// ignore-macos
+// ignore-windows
+
 #![feature(lang_items, link_args, start, libc)]
 #![link_args = "-nostartfiles"]
 #![no_std]