remove or update 'ignore-windows' annotations in some tests
This commit is contained in:
parent
3fe71dff5a
commit
ea836eeb0d
3 changed files with 1 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
//ignore-windows: TODO env var emulation stubbed out on Windows
|
||||
//ignore-windows: Windows does not have a global environ list that the program can access directly
|
||||
|
||||
#[cfg(target_os="linux")]
|
||||
fn get_environ() -> *const *const u8 {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
// ignore-windows: TODO env var emulation stubbed out on Windows
|
||||
// compile-flags: -Zmiri-disable-isolation -Zmiri-env-exclude=MIRI_ENV_VAR_TEST
|
||||
|
||||
fn main() {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
// ignore-windows: TODO env var emulation stubbed out on Windows
|
||||
// compile-flags: -Zmiri-disable-isolation
|
||||
|
||||
fn main() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue