From de1d00d816b28434ab9d41132a072ba7b1cad2a7 Mon Sep 17 00:00:00 2001 From: gladman Date: Sun, 15 Mar 2009 19:56:38 +0000 Subject: [PATCH] minor update to runtests.py --- build.vc9/mpir-tests/run-tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")