diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2013-07-03 09:11:48 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2013-07-07 19:13:21 -0700 |
| commit | d49acef07be04a2d32021dd1edadcf76582eda2c (patch) | |
| tree | 58fea0ea995b5e3a0a76ca6531bc2af50732eff5 /src | |
| parent | ddf8247d7f1864372e3e74ee2374a2a257569c7c (diff) | |
| download | rust-d49acef07be04a2d32021dd1edadcf76582eda2c.tar.gz rust-d49acef07be04a2d32021dd1edadcf76582eda2c.zip | |
Add rusti/rustpkg to check-lite
Ironically also disable rusti tests for now, but mainly because they're awaiting LLVM upgrades before proceeding
Diffstat (limited to 'src')
| -rw-r--r-- | src/librusti/rusti.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/librusti/rusti.rs b/src/librusti/rusti.rs index d9cd52201c0..5399ff6272d 100644 --- a/src/librusti/rusti.rs +++ b/src/librusti/rusti.rs @@ -530,7 +530,8 @@ mod tests { // FIXME: #7220 rusti on 32bit mac doesn't work. // FIXME: #7641 rusti on 32bit linux cross compile doesn't work - #[cfg(not(target_word_size="32"))] + // FIXME: #7115 re-enable once LLVM has been upgraded + #[cfg(thiswillneverbeacfgflag)] fn run_program(prog: &str) { let mut r = repl(); for prog.split_iter('\n').advance |cmd| { @@ -539,7 +540,6 @@ mod tests { r = result.expect(fmt!("the command '%s' failed", cmd)); } } - #[cfg(target_word_size="32")] fn run_program(_: &str) {} #[test] |
