mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-18 10:35:25 +00:00
Remove optimization unit test
This commit is contained in:
parent
868fdfcc36
commit
3f9dd3dd4c
2 changed files with 0 additions and 152 deletions
|
@ -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"));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue