Skip to content

Commit f099359

Browse files
committed
add test for issue #1466 that runs with CC ZEAL enabled.
Fixes #1466. (Unable to reproduce)
1 parent dfc548d commit f099359

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/run-pass/issue-1466.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// exec-env:RUST_CC_ZEAL=1
2+
13
fn main() {
4+
#error["%?", os::getenv("RUST_CC_ZEAL")];
25
let _x = @{a: @10, b: ~true};
36
}

0 commit comments

Comments
 (0)