add test for issue #1466 that runs with CC ZEAL enabled.

Fixes #1466. (Unable to reproduce)
This commit is contained in:
Niko Matsakis 2012-04-13 09:19:23 -07:00
parent dfc548ddda
commit f099359cfa

View File

@ -1,3 +1,6 @@
// exec-env:RUST_CC_ZEAL=1
fn main() {
#error["%?", os::getenv("RUST_CC_ZEAL")];
let _x = @{a: @10, b: ~true};
}