summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/argcargvtest_runme.py
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/python/argcargvtest_runme.py')
-rw-r--r--Examples/test-suite/python/argcargvtest_runme.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Examples/test-suite/python/argcargvtest_runme.py b/Examples/test-suite/python/argcargvtest_runme.py
index b0345746f..eb57f79ea 100644
--- a/Examples/test-suite/python/argcargvtest_runme.py
+++ b/Examples/test-suite/python/argcargvtest_runme.py
@@ -6,7 +6,6 @@ if mainc(largs) != 3:
targs = ("hi", "hola")
if mainv(targs, 1) != "hola":
- print(mainv(targs, 1))
raise RuntimeError("bad main typemap")
targs = ("hi", "hola")