6cb38aeb43
I don't want to do this, but the tree has been in a state of chaos for days and it's not clear what can be backed out to fix this test.
8 lines
137 B
Rust
8 lines
137 B
Rust
// exec-env:RUST_CC_ZEAL=1
|
|
// xfail-test
|
|
|
|
fn main() {
|
|
#error["%?", os::getenv(~"RUST_CC_ZEAL")];
|
|
let _x = @{a: @10, b: ~true};
|
|
}
|