Skip to content

test: use print() function in both Python 2 and 3

Legacy print statements are syntax errors in Python 3 but print() function works as expected in both Python 2 and Python 3.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading