Remove optimization unit test

This commit is contained in:
Noah 2020-10-17 21:39:05 -05:00
parent 868fdfcc36
commit 3f9dd3dd4c
2 changed files with 0 additions and 152 deletions

View file

@ -2367,9 +2367,4 @@ mod tests {
"if (True and False) or (False and True):\n pass\n"
));
}
#[test]
fn test_constant_optimization() {
insta::assert_ron_snapshot!(compile_exec("1 + 2 + 3 + 4\n1.5 * 2.5"));
}
}