diff options
| author | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-01-28 10:48:21 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-28 10:48:21 +0900 |
| commit | 41110edeeb3e8054b5ba4b662f075259711a75eb (patch) | |
| tree | 17a8178b08d5d80e169dc5e9d227a93512299801 | |
| parent | ee79cf28db94a0f99dcd8f1e311569a0d504cd38 (diff) | |
| parent | 2a38eb3a86cd8f2679e046ca08c1102638ad316d (diff) | |
| download | rust-41110edeeb3e8054b5ba4b662f075259711a75eb.tar.gz rust-41110edeeb3e8054b5ba4b662f075259711a75eb.zip | |
Rollup merge of #68575 - Wind-River:master_2020, r=alexcrichton
Disable the testcase for Vxworks. r? @alexcrichton
| -rw-r--r-- | src/test/ui/env-funky-keys.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/ui/env-funky-keys.rs b/src/test/ui/env-funky-keys.rs index 4faceb53266..c5c824ac58d 100644 --- a/src/test/ui/env-funky-keys.rs +++ b/src/test/ui/env-funky-keys.rs @@ -6,6 +6,7 @@ // ignore-cloudabi no execve // ignore-emscripten no execve // ignore-sgx no execve +// ignore-vxworks no execve // no-prefer-dynamic #![feature(rustc_private)] |
