summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/preproc_runme.py
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/python/preproc_runme.py')
-rw-r--r--Examples/test-suite/python/preproc_runme.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Examples/test-suite/python/preproc_runme.py b/Examples/test-suite/python/preproc_runme.py
index c989294b6..3049f00ab 100644
--- a/Examples/test-suite/python/preproc_runme.py
+++ b/Examples/test-suite/python/preproc_runme.py
@@ -12,3 +12,5 @@ if preproc.defined != 1:
if 2*preproc.one != preproc.two:
raise RuntimeError
+if preproc.methodX(99) != 199:
+ raise RuntimeError