From d49acef07be04a2d32021dd1edadcf76582eda2c Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 3 Jul 2013 09:11:48 -0700 Subject: Add rusti/rustpkg to check-lite Ironically also disable rusti tests for now, but mainly because they're awaiting LLVM upgrades before proceeding --- src/librusti/rusti.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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] -- cgit 1.4.1-3-g733a5