]> git.lizzy.rs Git - rust.git/commitdiff
Only run 'getrandom' test on Linux
authorAaron Hill <aa1ronham@gmail.com>
Tue, 9 Apr 2019 03:16:13 +0000 (23:16 -0400)
committerAaron Hill <aa1ronham@gmail.com>
Tue, 9 Apr 2019 03:16:13 +0000 (23:16 -0400)
tests/compile-fail/getrandom.rs

index efa7a86fee08cfd60e1b6b658d924e8a96f331dc..dcd3869c1445d8412da8440547a9148283d85cd4 100644 (file)
@@ -1,3 +1,5 @@
+// only-linux
+
 #![feature(rustc_private)]
 extern crate libc;