treat illumos like solaris in failing ui tests which need it
This commit is contained in:
parent
4961b107f2
commit
dbc3bf48c4
@ -15,6 +15,7 @@ mod rusti {
|
||||
target_os = "emscripten",
|
||||
target_os = "freebsd",
|
||||
target_os = "fuchsia",
|
||||
target_os = "illumos",
|
||||
target_os = "linux",
|
||||
target_os = "macos",
|
||||
target_os = "netbsd",
|
||||
|
@ -36,6 +36,7 @@ struct Outer {
|
||||
target_os = "emscripten",
|
||||
target_os = "freebsd",
|
||||
target_os = "fuchsia",
|
||||
target_os = "illumos",
|
||||
target_os = "linux",
|
||||
target_os = "macos",
|
||||
target_os = "netbsd",
|
||||
|
@ -28,10 +28,11 @@ pub fn main() {
|
||||
target_os = "emscripten",
|
||||
target_os = "freebsd",
|
||||
target_os = "fuchsia",
|
||||
target_os = "illumos",
|
||||
target_os = "linux",
|
||||
target_os = "macos",
|
||||
target_os = "netbsd",
|
||||
target_os = "openbsd",
|
||||
target_os = "vxworks",
|
||||
target_os = "solaris"))]
|
||||
target_os = "solaris",
|
||||
target_os = "vxworks"))]
|
||||
pub fn main() { }
|
||||
|
Loading…
Reference in New Issue
Block a user