add test for issue #1466 that runs with CC ZEAL enabled.
Fixes #1466. (Unable to reproduce)
This commit is contained in:
parent
dfc548ddda
commit
f099359cfa
@ -1,3 +1,6 @@
|
||||
// exec-env:RUST_CC_ZEAL=1
|
||||
|
||||
fn main() {
|
||||
#error["%?", os::getenv("RUST_CC_ZEAL")];
|
||||
let _x = @{a: @10, b: ~true};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user