loom-benchmark-mbpp / 129 /tests /test_mbpp_2.py
sqy201x's picture
Add files using upload-large-folder tool
98afead verified
Raw
History Blame Contribute Delete
209 Bytes
# Auto-generated by loom_benchmarks.util.pytest_from_test_strings.
from solution import * # noqa: F401,F403
def test_mbpp_2() -> None:
assert magic_square_test([[2, 7, 6], [9, 5, 1], [4, 3, 7]])==False