UI failures fix
This commit is contained in:
parent
f466f52c1b
commit
eb6d757cb0
@ -19,7 +19,8 @@ mod rusti {
|
||||
target_os = "macos",
|
||||
target_os = "netbsd",
|
||||
target_os = "openbsd",
|
||||
target_os = "solaris"))]
|
||||
target_os = "solaris",
|
||||
target_os = "vxworks"))]
|
||||
mod m {
|
||||
#[main]
|
||||
#[cfg(target_arch = "x86")]
|
||||
|
@ -7,6 +7,7 @@
|
||||
// ignore-wasm32-bare no libc
|
||||
// ignore-windows
|
||||
// ignore-sgx no libc
|
||||
// ignore-vxworks no SIGWINCH in user space
|
||||
|
||||
#![feature(rustc_private)]
|
||||
extern crate libc;
|
||||
|
@ -40,7 +40,8 @@ struct Outer {
|
||||
target_os = "macos",
|
||||
target_os = "netbsd",
|
||||
target_os = "openbsd",
|
||||
target_os = "solaris"))]
|
||||
target_os = "solaris",
|
||||
target_os = "vxworks"))]
|
||||
mod m {
|
||||
#[cfg(target_arch = "x86")]
|
||||
pub mod m {
|
||||
|
Loading…
x
Reference in New Issue
Block a user