From 0b22a1c9d950f741db8f144a61891166df69dbbd Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Mon, 22 Oct 2018 09:04:32 +0200 Subject: [PATCH] env vars should work on macOS --- tests/run-pass-fullmir/env.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/run-pass-fullmir/env.rs b/tests/run-pass-fullmir/env.rs index 8c655b953f82..0ca63e148fdb 100644 --- a/tests/run-pass-fullmir/env.rs +++ b/tests/run-pass-fullmir/env.rs @@ -1,5 +1,4 @@ //ignore-windows: env var emulation not implemented on Windows -//ignore-macos: env var emulation not implemented on macOS use std::env;