Sign in
fuchsia
/
third_party
/
rust
/
0.4
/
.
/
src
/
test
/
run-pass
/
exec-env.rs
blob: c7af251b59638608928295a4d00618e01e3bb64a [
file
] [
log
] [
blame
]
// xfail-fast (exec-env not supported in fast mode)
// exec-env:TEST_EXEC_ENV=22
fn
main
()
{
assert
os
::
getenv
(~
"TEST_EXEC_ENV"
)
==
Some
(~
"22"
);
}