diff --git a/build.vc9/mpir-tests/run-tests.py b/build.vc9/mpir-tests/run-tests.py index 84749dae..cecbb051 100644 --- a/build.vc9/mpir-tests/run-tests.py +++ b/build.vc9/mpir-tests/run-tests.py @@ -68,4 +68,4 @@ if run_ok > 0 : print("\t%i ran correctly" % run_ok) if run_fail > 0 : print("\t%i failed" % run_fail) -raw_input(".. completed - press ENTER") +input(".. completed - press ENTER")