disable optimized tests until rustc is fixed

This commit is contained in:
Ralf Jung 2017-09-06 10:30:00 +02:00
parent 2ee999b2ca
commit 9fe0d60da6

View File

@ -190,7 +190,8 @@ fn run_pass_miri_noopt() {
#[test]
fn run_pass_miri_opt() {
run_pass_miri(true);
// FIXME: Disabled for now, as the optimizer is pretty broken and crashes...
//run_pass_miri(true);
}
#[test]